public static enum Script.HashType extends java.lang.Enum<Script.HashType>
| Modifier and Type | Method and Description |
|---|---|
byte |
pack() |
static Script.HashType |
unpack(byte value) |
static Script.HashType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Script.HashType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
@SerializedName(value="data") public static final Script.HashType DATA
@SerializedName(value="type") public static final Script.HashType TYPE
@SerializedName(value="data1") public static final Script.HashType DATA1
public static Script.HashType[] values()
for (Script.HashType c : Script.HashType.values()) System.out.println(c);
public static Script.HashType 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 byte pack()
public static Script.HashType unpack(byte value)