public static enum RequestPrimitiveDTO.DesiredIdentifierResultType extends Enum<RequestPrimitiveDTO.DesiredIdentifierResultType>
| Enum Constant and Description |
|---|
structured
structured
|
unstructured
unstructured
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue()
Return result type value.
|
static RequestPrimitiveDTO.DesiredIdentifierResultType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestPrimitiveDTO.DesiredIdentifierResultType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestPrimitiveDTO.DesiredIdentifierResultType structured
public static final RequestPrimitiveDTO.DesiredIdentifierResultType unstructured
public static RequestPrimitiveDTO.DesiredIdentifierResultType[] values()
for (RequestPrimitiveDTO.DesiredIdentifierResultType c : RequestPrimitiveDTO.DesiredIdentifierResultType.values()) System.out.println(c);
public static RequestPrimitiveDTO.DesiredIdentifierResultType 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 int getValue()
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0