public enum SquashDSLInstructionTemplate extends Enum<SquashDSLInstructionTemplate>
Enum Constant and Description |
---|
ASSERT |
CONVERT |
DEFINE |
EXECUTE |
LOAD |
VERIFY |
Modifier and Type | Method and Description |
---|---|
SquashPropertyTemplate[] |
getProperties() |
String |
toString() |
static SquashDSLInstructionTemplate |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SquashDSLInstructionTemplate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SquashDSLInstructionTemplate DEFINE
public static final SquashDSLInstructionTemplate LOAD
public static final SquashDSLInstructionTemplate CONVERT
public static final SquashDSLInstructionTemplate EXECUTE
public static final SquashDSLInstructionTemplate ASSERT
public static final SquashDSLInstructionTemplate VERIFY
public static SquashDSLInstructionTemplate[] values()
for (SquashDSLInstructionTemplate c : SquashDSLInstructionTemplate.values()) System.out.println(c);
public static SquashDSLInstructionTemplate 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 String toString()
toString
in class Enum<SquashDSLInstructionTemplate>
public SquashPropertyTemplate[] getProperties()
Copyright © 2018-2019 Henix. All Rights Reserved.