public enum KRSS2Vocabulary extends Enum<KRSS2Vocabulary>
| Modifier and Type | Method and Description |
|---|---|
String |
getShortName() |
String |
toString() |
static KRSS2Vocabulary |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KRSS2Vocabulary[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KRSS2Vocabulary ALL
public static final KRSS2Vocabulary AND
public static final KRSS2Vocabulary AT_LEAST
public static final KRSS2Vocabulary AT_MOST
public static final KRSS2Vocabulary COMPOSE
public static final KRSS2Vocabulary DEFINE_CONCEPT
public static final KRSS2Vocabulary DEFINE_INDIVIDUAL
public static final KRSS2Vocabulary DEFINE_PRIMITIVE_CONCEPT
public static final KRSS2Vocabulary DEFINE_PRIMITIVE_ROLE
public static final KRSS2Vocabulary DEFINE_ROLE
public static final KRSS2Vocabulary DISJOINT
public static final KRSS2Vocabulary DISJOINT_ROLES
public static final KRSS2Vocabulary DISTINCT
public static final KRSS2Vocabulary DOMAIN
public static final KRSS2Vocabulary DOMAIN_ATTR
public static final KRSS2Vocabulary EQUIVALENT
public static final KRSS2Vocabulary EXACTLY
public static final KRSS2Vocabulary IMPLIES
public static final KRSS2Vocabulary IMPLIES_ROLE
public static final KRSS2Vocabulary INSTANCE
public static final KRSS2Vocabulary INV
public static final KRSS2Vocabulary INVERSE
public static final KRSS2Vocabulary INVERSE_ATTR
public static final KRSS2Vocabulary LEFTIDENTITY_ATTR
public static final KRSS2Vocabulary NIL
public static final KRSS2Vocabulary NOT
public static final KRSS2Vocabulary OR
public static final KRSS2Vocabulary ONE_OF
public static final KRSS2Vocabulary PARENTS_ATTR
public static final KRSS2Vocabulary PARENT_ATTR
public static final KRSS2Vocabulary RANGE_ATTR
public static final KRSS2Vocabulary REFLEXIVE_ATTR
public static final KRSS2Vocabulary RELATED
public static final KRSS2Vocabulary RIGHTIDENTITY_ATTR
public static final KRSS2Vocabulary ROLES_EQUIVALENT
public static final KRSS2Vocabulary ROLE_INCLUSTION
public static final KRSS2Vocabulary SOME
public static final KRSS2Vocabulary SUBROLE
public static final KRSS2Vocabulary SYMMETRIC_ATTR
public static final KRSS2Vocabulary TRUE
public static final KRSS2Vocabulary TRANSITIVE_ATTR
public static KRSS2Vocabulary[] values()
for (KRSS2Vocabulary c : KRSS2Vocabulary.values()) System.out.println(c);
public static KRSS2Vocabulary 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 getShortName()
public String toString()
toString in class Enum<KRSS2Vocabulary>Copyright © 2012 The University of Manchester. All Rights Reserved.