public static enum Concept.CTTag extends Enum<Concept.CTTag>
| Enum Constant and Description |
|---|
COMPLETELYDEFINED
concept with all parents -- TCD
|
HASNONPRIMITIVETS
concept with non-primitive TS
|
LIKECOMPLETELYDEFINED
concept with all parents -- LCD, TCD or Orphans
|
NONPRIMITIVE
any non-primitive concept (except synonyms)
|
ORPHAN
concept w/o any told subsumers
|
REGULAR
any other primitive concept
|
UNSPECIFIED
not specified
|
| Modifier and Type | Method and Description |
|---|---|
static Concept.CTTag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Concept.CTTag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Concept.CTTag UNSPECIFIED
public static final Concept.CTTag COMPLETELYDEFINED
public static final Concept.CTTag ORPHAN
public static final Concept.CTTag LIKECOMPLETELYDEFINED
public static final Concept.CTTag HASNONPRIMITIVETS
public static final Concept.CTTag REGULAR
public static final Concept.CTTag NONPRIMITIVE
public static Concept.CTTag[] values()
for (Concept.CTTag c : Concept.CTTag.values()) System.out.println(c);
public static Concept.CTTag 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 nullCopyright © 2016 The University of Manchester. All rights reserved.