public static enum Schema.BaseType extends Enum<Schema.BaseType>
| Enum Constant and Description |
|---|
CASTING |
ENTITY |
ENTITY_TYPE |
RELATION |
RELATION_TYPE |
RESOURCE |
RESOURCE_TYPE |
ROLE_TYPE |
RULE |
RULE_TYPE |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
static Schema.BaseType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schema.BaseType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Schema.BaseType RELATION
public static final Schema.BaseType CASTING
public static final Schema.BaseType TYPE
public static final Schema.BaseType ROLE_TYPE
public static final Schema.BaseType RELATION_TYPE
public static final Schema.BaseType RESOURCE_TYPE
public static final Schema.BaseType ENTITY
public static final Schema.BaseType RESOURCE
public static final Schema.BaseType RULE
public static final Schema.BaseType RULE_TYPE
public static final Schema.BaseType ENTITY_TYPE
public static Schema.BaseType[] values()
for (Schema.BaseType c : Schema.BaseType.values()) System.out.println(c);
public static Schema.BaseType 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.