public enum ModelType extends Enum<ModelType>
Enum Constant and Description |
---|
BOOLEAN |
CATALOG_OBJECT |
CREDENTIAL |
CRON |
DATETIME |
DOUBLE |
FLOAT |
GLOBAL_FILE |
GLOBAL_FOLDER |
HIDDEN |
INTEGER |
JSON |
LIST |
LONG |
MODEL_FROM_URL |
NOT_EMPTY_STRING |
REGEXP |
SHORT |
SPEL |
URI |
URL |
USER_FILE |
USER_FOLDER |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getClassType() |
Class<?> |
getTypeParserValidator() |
static ModelType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ModelType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ModelType BOOLEAN
public static final ModelType CATALOG_OBJECT
public static final ModelType CRON
public static final ModelType DATETIME
public static final ModelType DOUBLE
public static final ModelType FLOAT
public static final ModelType INTEGER
public static final ModelType JSON
public static final ModelType LIST
public static final ModelType LONG
public static final ModelType MODEL_FROM_URL
public static final ModelType NOT_EMPTY_STRING
public static final ModelType REGEXP
public static final ModelType SHORT
public static final ModelType SPEL
public static final ModelType URI
public static final ModelType URL
public static final ModelType HIDDEN
public static final ModelType CREDENTIAL
public static final ModelType USER_FILE
public static final ModelType GLOBAL_FILE
public static final ModelType USER_FOLDER
public static final ModelType GLOBAL_FOLDER
public static ModelType[] values()
for (ModelType c : ModelType.values()) System.out.println(c);
public static ModelType 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 Class<?> getTypeParserValidator()
public Class<?> getClassType()