public static enum Script.ScriptType extends Enum<Script.ScriptType>
Modifier and Type | Method and Description |
---|---|
static Script.ScriptType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Script.ScriptType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Script.ScriptType NO_TYPE
public static final Script.ScriptType P2PKH
public static final Script.ScriptType PUB_KEY
public static final Script.ScriptType P2SH
public static Script.ScriptType[] values()
for (Script.ScriptType c : Script.ScriptType.values()) System.out.println(c);
public static Script.ScriptType 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 nullCopyright © 2016. All rights reserved.