public enum CodegenClassType extends Enum<CodegenClassType>
Modifier and Type | Method and Description |
---|---|
int |
getSortCode() |
static CodegenClassType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CodegenClassType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CodegenClassType APPDECLARED
public static final CodegenClassType KEYPROVISIONING
public static final CodegenClassType KEYPROVISIONINGSERDE
public static final CodegenClassType STATEMENTFIELDS
public static final CodegenClassType JSONNESTEDCLASSDELEGATEANDFACTORY
public static final CodegenClassType JSONEVENT
public static final CodegenClassType JSONDELEGATE
public static final CodegenClassType JSONDELEGATEFACTORY
public static final CodegenClassType EVENTSERDE
public static final CodegenClassType RESULTSETPROCESSORFACTORYPROVIDER
public static final CodegenClassType OUTPUTPROCESSVIEWFACTORYPROVIDER
public static final CodegenClassType STATEMENTAIFACTORYPROVIDER
public static final CodegenClassType STATEMENTPROVIDER
public static final CodegenClassType FAFQUERYMETHODPROVIDER
public static final CodegenClassType FAFPROVIDER
public static final CodegenClassType MODULEPROVIDER
public static CodegenClassType[] values()
for (CodegenClassType c : CodegenClassType.values()) System.out.println(c);
public static CodegenClassType 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 int getSortCode()
Copyright © 2005–2020. All rights reserved.