public static enum LLE_LinkLogicalElement.LLE_RepeatingGroup.LLE_RepeatingGroupFunction extends java.lang.Enum<LLE_LinkLogicalElement.LLE_RepeatingGroup.LLE_RepeatingGroupFunction>
| Enum Constant and Description |
|---|
LinkAttributeSpecification |
LinkSourceSpecification |
LinkTargetSpecification |
| Modifier and Type | Method and Description |
|---|---|
int |
toByte() |
static LLE_LinkLogicalElement.LLE_RepeatingGroup.LLE_RepeatingGroupFunction |
valueOf(byte linkTypeByte) |
static LLE_LinkLogicalElement.LLE_RepeatingGroup.LLE_RepeatingGroupFunction |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LLE_LinkLogicalElement.LLE_RepeatingGroup.LLE_RepeatingGroupFunction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LLE_LinkLogicalElement.LLE_RepeatingGroup.LLE_RepeatingGroupFunction LinkAttributeSpecification
public static final LLE_LinkLogicalElement.LLE_RepeatingGroup.LLE_RepeatingGroupFunction LinkSourceSpecification
public static final LLE_LinkLogicalElement.LLE_RepeatingGroup.LLE_RepeatingGroupFunction LinkTargetSpecification
public static LLE_LinkLogicalElement.LLE_RepeatingGroup.LLE_RepeatingGroupFunction[] values()
for (LLE_LinkLogicalElement.LLE_RepeatingGroup.LLE_RepeatingGroupFunction c : LLE_LinkLogicalElement.LLE_RepeatingGroup.LLE_RepeatingGroupFunction.values()) System.out.println(c);
public static LLE_LinkLogicalElement.LLE_RepeatingGroup.LLE_RepeatingGroupFunction 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 static LLE_LinkLogicalElement.LLE_RepeatingGroup.LLE_RepeatingGroupFunction valueOf(byte linkTypeByte)
public int toByte()