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