public static enum Datatype.StandardMethod extends java.lang.Enum<Datatype.StandardMethod>
| Modifier and Type | Method and Description |
|---|---|
static Datatype.StandardMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Datatype.StandardMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Datatype.StandardMethod TO_STRING
public static final Datatype.StandardMethod HASH_CODE
public static final Datatype.StandardMethod EQUALS
public static Datatype.StandardMethod[] values()
for (Datatype.StandardMethod c : Datatype.StandardMethod.values()) System.out.println(c);
public static Datatype.StandardMethod 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 null