public enum CPN2XSEventStreamCaseIdentification extends java.lang.Enum<CPN2XSEventStreamCaseIdentification>
Enum Constant and Description |
---|
CPN_VARIABLE |
REPITITION |
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CPN_VARIABLE_DEFAULT_VALUE
Deprecated.
|
static java.lang.String |
DEFAULT_REPITITION_CASE_IDENTIFIER
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefaultValue() |
java.lang.String |
toString() |
static CPN2XSEventStreamCaseIdentification |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CPN2XSEventStreamCaseIdentification[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CPN2XSEventStreamCaseIdentification REPITITION
public static final CPN2XSEventStreamCaseIdentification CPN_VARIABLE
@Deprecated public static java.lang.String CPN_VARIABLE_DEFAULT_VALUE
@Deprecated public static java.lang.String DEFAULT_REPITITION_CASE_IDENTIFIER
public static CPN2XSEventStreamCaseIdentification[] values()
for (CPN2XSEventStreamCaseIdentification c : CPN2XSEventStreamCaseIdentification.values()) System.out.println(c);
public static CPN2XSEventStreamCaseIdentification valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<CPN2XSEventStreamCaseIdentification>
public java.lang.String getDefaultValue()