public static enum ReferencesChangeDetail.IdReference.Kind extends Enum<ReferencesChangeDetail.IdReference.Kind>
Enum Constant and Description |
---|
ELEMENT
Reference provides a store element id.
|
TEMPLATE
Reference provides a template id.
|
Modifier and Type | Method and Description |
---|---|
static ReferencesChangeDetail.IdReference.Kind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReferencesChangeDetail.IdReference.Kind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReferencesChangeDetail.IdReference.Kind ELEMENT
public static final ReferencesChangeDetail.IdReference.Kind TEMPLATE
public static ReferencesChangeDetail.IdReference.Kind[] values()
for (ReferencesChangeDetail.IdReference.Kind c : ReferencesChangeDetail.IdReference.Kind.values()) System.out.println(c);
public static ReferencesChangeDetail.IdReference.Kind 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 nullCopyright © 2014 e-Spirit AG. All Rights Reserved. Build 5.0_BETA.500