public static enum SentStructureJsComponent.Annos_Keyword extends Enum<SentStructureJsComponent.Annos_Keyword>
| Enum Constant and Description |
|---|
DOMINANCE_REL_ANNOS_KW |
NODE_ANNOS_KW |
POINTING_REL_ANNOS_KW |
SPANNING_REL_ANNOS_KW |
| Modifier and Type | Method and Description |
|---|---|
String |
getValue() |
static SentStructureJsComponent.Annos_Keyword |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SentStructureJsComponent.Annos_Keyword[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SentStructureJsComponent.Annos_Keyword NODE_ANNOS_KW
public static final SentStructureJsComponent.Annos_Keyword POINTING_REL_ANNOS_KW
public static final SentStructureJsComponent.Annos_Keyword SPANNING_REL_ANNOS_KW
public static final SentStructureJsComponent.Annos_Keyword DOMINANCE_REL_ANNOS_KW
public static SentStructureJsComponent.Annos_Keyword[] values()
for (SentStructureJsComponent.Annos_Keyword c : SentStructureJsComponent.Annos_Keyword.values()) System.out.println(c);
public static SentStructureJsComponent.Annos_Keyword 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()
Copyright © 2021 Corpuslinguistic working group Humboldt University Berlin. All rights reserved.