public static enum BabelPointer.RelationGroup extends Enum<BabelPointer.RelationGroup>
| Enum Constant and Description |
|---|
HOLONYM |
HYPERNYM |
HYPONYM |
MERONYM |
OTHER |
| Modifier and Type | Method and Description |
|---|---|
static BabelPointer.RelationGroup |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BabelPointer.RelationGroup[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BabelPointer.RelationGroup HYPERNYM
public static final BabelPointer.RelationGroup HYPONYM
public static final BabelPointer.RelationGroup MERONYM
public static final BabelPointer.RelationGroup HOLONYM
public static final BabelPointer.RelationGroup OTHER
public static BabelPointer.RelationGroup[] values()
for (BabelPointer.RelationGroup c : BabelPointer.RelationGroup.values()) System.out.println(c);
public static BabelPointer.RelationGroup 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 nullCopyright © 2016–2022. All rights reserved.