public enum Keyword extends Enum<Keyword>
| Enum Constant and Description |
|---|
AND |
ANNOTATION |
ASYMMETRIC_PROPERTY |
CLOSE_BRACE |
COMMENT |
DATA_RELATIONSHIP |
DECLARATION |
DIFFERENT_INDIVIDUAL |
DIFFERENT_INDIVIDUALS |
DISJOINT_CLASS |
DISJOINT_CLASSES |
DISJOINT_PROPERTIES |
DISJOINT_PROPERTY |
DISJOINT_UNION |
DOMAIN |
ENTITY_ANNOTATION_AXIOM
Deprecated.
|
EQUIVALENT_CLASS
Deprecated.
|
EQUIVALENT_CLASSES |
EQUIVALENT_PROPERTIES |
EQUIVALENT_PROPERTY
Deprecated.
|
EQUIVALENT_TO |
EXACTLY |
FUNCTIONAL |
HAS_KEY |
IMPORTS
Deprecated.
|
INVERSE |
INVERSE_FUNCTIONAL |
INVERSE_OF |
IRREFLEXIVE |
LABEL |
MAX |
MIN |
NOT |
NOT_RELATIONSHIP |
OBJECT_RELATIONSHIP |
ONLY |
ONTOLOGY_ANNOTATION
Deprecated.
|
OPEN_BRACE |
OR |
RANGE |
REFLEXIVE_PROPERTY |
SAME_INDIVIDUAL |
SAME_INDIVIDUALS |
SELF |
SOME |
SUB_CLASS_OF |
SUB_PROPERTY_OF |
SYMMETRIC |
TRANSITIVE |
TYPE |
VALUE |
| Modifier and Type | Method and Description |
|---|---|
String |
getColor() |
String |
getFace() |
String |
getLabel() |
int |
getSize() |
String |
getStyleClass() |
static Keyword |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Keyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Keyword AND
public static final Keyword OR
public static final Keyword ONLY
public static final Keyword SOME
public static final Keyword EXACTLY
public static final Keyword NOT
public static final Keyword OPEN_BRACE
public static final Keyword CLOSE_BRACE
public static final Keyword VALUE
public static final Keyword MIN
public static final Keyword MAX
public static final Keyword SUB_CLASS_OF
public static final Keyword SUB_PROPERTY_OF
public static final Keyword EQUIVALENT_TO
@Deprecated public static final Keyword EQUIVALENT_PROPERTY
@Deprecated public static final Keyword EQUIVALENT_CLASS
public static final Keyword EQUIVALENT_PROPERTIES
public static final Keyword EQUIVALENT_CLASSES
public static final Keyword ANNOTATION
public static final Keyword LABEL
public static final Keyword COMMENT
public static final Keyword INVERSE_OF
public static final Keyword INVERSE
public static final Keyword NOT_RELATIONSHIP
public static final Keyword DISJOINT_PROPERTY
public static final Keyword DISJOINT_CLASS
public static final Keyword DISJOINT_PROPERTIES
public static final Keyword DISJOINT_CLASSES
public static final Keyword DISJOINT_UNION
public static final Keyword SYMMETRIC
public static final Keyword DECLARATION
@Deprecated public static final Keyword ONTOLOGY_ANNOTATION
@Deprecated public static final Keyword ENTITY_ANNOTATION_AXIOM
public static final Keyword ASYMMETRIC_PROPERTY
public static final Keyword REFLEXIVE_PROPERTY
public static final Keyword OBJECT_RELATIONSHIP
public static final Keyword RANGE
public static final Keyword DOMAIN
public static final Keyword TYPE
public static final Keyword IRREFLEXIVE
public static final Keyword TRANSITIVE
public static final Keyword DIFFERENT_INDIVIDUAL
public static final Keyword DIFFERENT_INDIVIDUALS
public static final Keyword DATA_RELATIONSHIP
public static final Keyword INVERSE_FUNCTIONAL
public static final Keyword SAME_INDIVIDUAL
public static final Keyword SAME_INDIVIDUALS
@Deprecated public static final Keyword IMPORTS
public static final Keyword SELF
public static final Keyword FUNCTIONAL
public static final Keyword HAS_KEY
public static Keyword[] values()
for (Keyword c : Keyword.values()) System.out.println(c);
public static Keyword 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 getColor()
public String getFace()
public String getLabel()
public int getSize()
public String getStyleClass()
Copyright © 2019. All rights reserved.