public enum ChangeIdInfoType extends Enum<ChangeIdInfoType>
| Enum Constant and Description |
|---|
FIELD_ID_CHANGE |
FORM_ID_CHANGE |
GROUP_ID_CHANGE |
VUI_ID_CHANGE |
| Modifier and Type | Method and Description |
|---|---|
static ChangeIdInfoType |
getEnumValue(int val)
Get enum for the int value
|
int |
getIntValue() |
static ChangeIdInfoType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ChangeIdInfoType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ChangeIdInfoType FIELD_ID_CHANGE
public static final ChangeIdInfoType VUI_ID_CHANGE
public static final ChangeIdInfoType FORM_ID_CHANGE
public static final ChangeIdInfoType GROUP_ID_CHANGE
public static ChangeIdInfoType[] values()
for (ChangeIdInfoType c : ChangeIdInfoType.values()) System.out.println(c);
public static ChangeIdInfoType 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 getIntValue()
public static ChangeIdInfoType getEnumValue(int val)
val - ? Copyright 2013 BMC Software, Inc.