public enum StmtClassForgeableType extends Enum<StmtClassForgeableType>
Enum Constant and Description |
---|
AIFACTORYPROVIDER |
FAF |
FIELDS |
JSONDELEGATE |
JSONDELEGATEFACTORY |
JSONEVENT |
MULTIKEY |
OPVPROVIDER |
RSPPROVIDER |
STMTPROVIDER |
Modifier and Type | Method and Description |
---|---|
static StmtClassForgeableType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StmtClassForgeableType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StmtClassForgeableType FIELDS
public static final StmtClassForgeableType AIFACTORYPROVIDER
public static final StmtClassForgeableType STMTPROVIDER
public static final StmtClassForgeableType RSPPROVIDER
public static final StmtClassForgeableType OPVPROVIDER
public static final StmtClassForgeableType FAF
public static final StmtClassForgeableType MULTIKEY
public static final StmtClassForgeableType JSONEVENT
public static final StmtClassForgeableType JSONDELEGATE
public static final StmtClassForgeableType JSONDELEGATEFACTORY
public static StmtClassForgeableType[] values()
for (StmtClassForgeableType c : StmtClassForgeableType.values()) System.out.println(c);
public static StmtClassForgeableType 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 © 2005–2021. All rights reserved.