public static enum Schema.ConceptProperty extends Enum<Schema.ConceptProperty>
| Enum Constant and Description |
|---|
BASE_TYPE |
DATA_TYPE |
INDEX |
IS_ABSTRACT |
IS_EXPECTED |
IS_MATERIALISED |
IS_UNIQUE |
ITEM_IDENTIFIER |
REGEX |
RULE_LHS |
RULE_RHS |
TYPE |
VALUE_BOOLEAN |
VALUE_DOUBLE |
VALUE_LONG |
VALUE_STRING |
| Modifier and Type | Method and Description |
|---|---|
Class |
getDataType() |
static Schema.ConceptProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schema.ConceptProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Schema.ConceptProperty ITEM_IDENTIFIER
public static final Schema.ConceptProperty INDEX
public static final Schema.ConceptProperty BASE_TYPE
public static final Schema.ConceptProperty TYPE
public static final Schema.ConceptProperty IS_ABSTRACT
public static final Schema.ConceptProperty REGEX
public static final Schema.ConceptProperty DATA_TYPE
public static final Schema.ConceptProperty IS_UNIQUE
public static final Schema.ConceptProperty IS_MATERIALISED
public static final Schema.ConceptProperty IS_EXPECTED
public static final Schema.ConceptProperty RULE_LHS
public static final Schema.ConceptProperty RULE_RHS
public static final Schema.ConceptProperty VALUE_STRING
public static final Schema.ConceptProperty VALUE_LONG
public static final Schema.ConceptProperty VALUE_DOUBLE
public static final Schema.ConceptProperty VALUE_BOOLEAN
public static Schema.ConceptProperty[] values()
for (Schema.ConceptProperty c : Schema.ConceptProperty.values()) System.out.println(c);
public static Schema.ConceptProperty 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 getDataType()
Copyright © 2016. All rights reserved.