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