public enum CTAKESAnnotationProperty extends 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 |
---|---|
String |
getName() |
static CTAKESAnnotationProperty |
valueOf(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(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 getName()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.