public static enum RDotTxtEntry.IdType extends Enum<RDotTxtEntry.IdType>
Modifier and Type | Method and Description |
---|---|
static RDotTxtEntry.IdType |
from(String raw) |
String |
toString() |
static RDotTxtEntry.IdType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RDotTxtEntry.IdType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RDotTxtEntry.IdType INT
public static final RDotTxtEntry.IdType INT_ARRAY
public static RDotTxtEntry.IdType[] values()
for (RDotTxtEntry.IdType c : RDotTxtEntry.IdType.values()) System.out.println(c);
public static RDotTxtEntry.IdType 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 static RDotTxtEntry.IdType from(String raw)
public String toString()
toString
in class Enum<RDotTxtEntry.IdType>