
public enum AddressingResponsesType extends Enum<AddressingResponsesType>
addressing-responsesType xsd type| Enum Constant and Description |
|---|
_ALL |
_ANONYMOUS |
_NON_ANONYMOUS |
| Modifier and Type | Method and Description |
|---|---|
static AddressingResponsesType |
getFromStringValue(String value) |
String |
toString() |
static AddressingResponsesType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AddressingResponsesType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AddressingResponsesType _ANONYMOUS
public static final AddressingResponsesType _NON_ANONYMOUS
public static final AddressingResponsesType _ALL
public static AddressingResponsesType[] values()
for (AddressingResponsesType c : AddressingResponsesType.values()) System.out.println(c);
public static AddressingResponsesType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<AddressingResponsesType>public static AddressingResponsesType getFromStringValue(String value)
Copyright © 2025 JBoss by Red Hat. All rights reserved.