public enum CTAKESAnnotationProperty extends java.lang.Enum<CTAKESAnnotationProperty>
IdentifiedAnnotation
object can provide.Enum Constant and Description |
---|
BEGIN |
CONDITIONAL |
CONFIDENCE |
DISCOVERY_TECNIQUE |
END |
GENERIC |
HISTORY_OF |
ID |
ONTOLOGY_CONCEPT_ARR |
POLARITY |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
static CTAKESAnnotationProperty |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CTAKESAnnotationProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CTAKESAnnotationProperty BEGIN
public static final CTAKESAnnotationProperty END
public static final CTAKESAnnotationProperty CONDITIONAL
public static final CTAKESAnnotationProperty CONFIDENCE
public static final CTAKESAnnotationProperty DISCOVERY_TECNIQUE
public static final CTAKESAnnotationProperty GENERIC
public static final CTAKESAnnotationProperty HISTORY_OF
public static final CTAKESAnnotationProperty ID
public static final CTAKESAnnotationProperty ONTOLOGY_CONCEPT_ARR
public static final CTAKESAnnotationProperty POLARITY
public static CTAKESAnnotationProperty[] values()
for (CTAKESAnnotationProperty c : CTAKESAnnotationProperty.values()) System.out.println(c);
public static CTAKESAnnotationProperty 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 getName()
"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"