public static enum Schema.MetaType extends Enum<Schema.MetaType>
| Enum Constant and Description |
|---|
CONSTRAINT_RULE |
ENTITY_TYPE |
INFERENCE_RULE |
RELATION_TYPE |
RESOURCE_TYPE |
ROLE_TYPE |
RULE_TYPE |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
String |
getId() |
static boolean |
isMetaId(String id) |
static Schema.MetaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schema.MetaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Schema.MetaType TYPE
public static final Schema.MetaType ENTITY_TYPE
public static final Schema.MetaType ROLE_TYPE
public static final Schema.MetaType RESOURCE_TYPE
public static final Schema.MetaType RELATION_TYPE
public static final Schema.MetaType RULE_TYPE
public static final Schema.MetaType INFERENCE_RULE
public static final Schema.MetaType CONSTRAINT_RULE
public static Schema.MetaType[] values()
for (Schema.MetaType c : Schema.MetaType.values()) System.out.println(c);
public static Schema.MetaType 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 getId()
public static boolean isMetaId(String id)
Copyright © 2016. All rights reserved.