public enum KRSSVocabulary extends java.lang.Enum<KRSSVocabulary>
Enum Constant and Description |
---|
ALL |
AND |
AT_LEAST |
AT_MOST |
DEFINE_CONCEPT |
DEFINE_PRIMITIVE_CONCEPT |
DEFINE_PRIMITIVE_ROLE |
DEFINE_ROLE |
DISJOINT |
DISTINCT |
DOMAIN |
EQUAL |
EXACTLY |
IMPLIES |
INSTANCE |
INVERSE |
NIL |
NOT |
OR |
RANGE |
RELATED |
SOME |
SYMMETRIC |
TOP |
TRANSITIVE |
TRUE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getShortName() |
java.lang.String |
toString() |
static KRSSVocabulary |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static KRSSVocabulary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KRSSVocabulary ALL
public static final KRSSVocabulary AND
public static final KRSSVocabulary AT_LEAST
public static final KRSSVocabulary AT_MOST
public static final KRSSVocabulary DEFINE_CONCEPT
public static final KRSSVocabulary DEFINE_PRIMITIVE_CONCEPT
public static final KRSSVocabulary DEFINE_PRIMITIVE_ROLE
public static final KRSSVocabulary DEFINE_ROLE
public static final KRSSVocabulary DISTINCT
public static final KRSSVocabulary DISJOINT
public static final KRSSVocabulary DOMAIN
public static final KRSSVocabulary EQUAL
public static final KRSSVocabulary EXACTLY
public static final KRSSVocabulary IMPLIES
public static final KRSSVocabulary INSTANCE
public static final KRSSVocabulary INVERSE
public static final KRSSVocabulary NIL
public static final KRSSVocabulary NOT
public static final KRSSVocabulary OR
public static final KRSSVocabulary RANGE
public static final KRSSVocabulary RELATED
public static final KRSSVocabulary SOME
public static final KRSSVocabulary SYMMETRIC
public static final KRSSVocabulary TRUE
public static final KRSSVocabulary TOP
public static final KRSSVocabulary TRANSITIVE
public static KRSSVocabulary[] values()
for (KRSSVocabulary c : KRSSVocabulary.values()) System.out.println(c);
public static KRSSVocabulary valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getShortName()
public java.lang.String toString()
toString
in class java.lang.Enum<KRSSVocabulary>