public static enum RequestPrimitiveDTO.ResultContent extends Enum<RequestPrimitiveDTO.ResultContent>
Enum Constant and Description |
---|
attributes
attributes
|
attributesAndChildResourceReferences
attributesAndChildResourceReferences
|
attributesAndChildResources
attributesAndChildResources
|
childResourceReferences
childResourceReferences
|
childResources
childResources
|
hierarchicalAddress
hierarchicalAddress
|
hierarchicalAddressAndAttributes
hierarchicalAddressAndAttributes
|
nothing
nothing
|
originalResource
originalResource
|
Modifier and Type | Method and Description |
---|---|
int |
getValue()
get assigned integer value
|
static RequestPrimitiveDTO.ResultContent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RequestPrimitiveDTO.ResultContent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RequestPrimitiveDTO.ResultContent nothing
public static final RequestPrimitiveDTO.ResultContent attributes
public static final RequestPrimitiveDTO.ResultContent hierarchicalAddress
public static final RequestPrimitiveDTO.ResultContent hierarchicalAddressAndAttributes
public static final RequestPrimitiveDTO.ResultContent attributesAndChildResources
public static final RequestPrimitiveDTO.ResultContent attributesAndChildResourceReferences
public static final RequestPrimitiveDTO.ResultContent childResourceReferences
public static final RequestPrimitiveDTO.ResultContent originalResource
public static final RequestPrimitiveDTO.ResultContent childResources
public static RequestPrimitiveDTO.ResultContent[] values()
for (RequestPrimitiveDTO.ResultContent c : RequestPrimitiveDTO.ResultContent.values()) System.out.println(c);
public static RequestPrimitiveDTO.ResultContent 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