public enum AnnotationComponentType extends Enum<AnnotationComponentType>
| Modifier and Type | Class and Description |
|---|---|
static class |
AnnotationComponentType.Adapter |
| Enum Constant and Description |
|---|
COVERAGE |
DOMINANCE |
LEFTTOKEN |
ORDERING |
PARTOF |
POINTING |
RIGHTTOKEN |
| Modifier and Type | Method and Description |
|---|---|
static AnnotationComponentType |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static AnnotationComponentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AnnotationComponentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AnnotationComponentType COVERAGE
public static final AnnotationComponentType DOMINANCE
public static final AnnotationComponentType POINTING
public static final AnnotationComponentType ORDERING
public static final AnnotationComponentType LEFTTOKEN
public static final AnnotationComponentType RIGHTTOKEN
public static final AnnotationComponentType PARTOF
public static AnnotationComponentType[] values()
for (AnnotationComponentType c : AnnotationComponentType.values()) System.out.println(c);
public static AnnotationComponentType 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 getValue()
public String toString()
toString in class Enum<AnnotationComponentType>public static AnnotationComponentType fromValue(String value)
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.