public static enum Annotation.AnnotationType extends Enum<Annotation.AnnotationType> implements WWFieldsAttributesInterface
Enum Constant and Description |
---|
FOCUS |
GENERIC |
MOMENT |
NLP_CONCEPT |
NLP_DATE |
NLP_DOCSENTIMENT |
NLP_ENTITY |
NLP_KEYWORD |
NLP_RELATION |
NLP_TAXONOMY |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
Class<?> |
getObjectClassType() |
static Annotation.AnnotationType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Annotation.AnnotationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Annotation.AnnotationType GENERIC
public static final Annotation.AnnotationType MOMENT
public static final Annotation.AnnotationType FOCUS
public static final Annotation.AnnotationType NLP_ENTITY
public static final Annotation.AnnotationType NLP_KEYWORD
public static final Annotation.AnnotationType NLP_DOCSENTIMENT
public static final Annotation.AnnotationType NLP_RELATION
public static final Annotation.AnnotationType NLP_CONCEPT
public static final Annotation.AnnotationType NLP_TAXONOMY
public static final Annotation.AnnotationType NLP_DATE
public static Annotation.AnnotationType[] values()
for (Annotation.AnnotationType c : Annotation.AnnotationType.values()) System.out.println(c);
public static Annotation.AnnotationType 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 getLabel()
getLabel
in interface WWFieldsAttributesInterface
public Class<?> getObjectClassType()
getObjectClassType
in interface WWFieldsAttributesInterface
Copyright © 2018 OpenNTF. All rights reserved.