Enum Constant and Description |
---|
be_in_state |
causes |
has_holonym |
has_hypernym |
has_hyponym |
has_meronym |
has_subevent |
involved |
is_caused_by |
is_subevent_of |
near_synonym |
role |
synonym |
xpos_near_synonym |
Modifier and Type | Method and Description |
---|---|
static EwnRel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EwnRel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EwnRel synonym
public static final EwnRel causes
public static final EwnRel near_synonym
public static final EwnRel role
public static final EwnRel involved
public static final EwnRel xpos_near_synonym
public static final EwnRel is_caused_by
public static final EwnRel has_hyponym
public static final EwnRel has_holonym
public static final EwnRel has_hypernym
public static final EwnRel has_meronym
public static final EwnRel be_in_state
public static final EwnRel has_subevent
public static final EwnRel is_subevent_of
public static EwnRel[] values()
for (EwnRel c : EwnRel.values()) System.out.println(c);
public static EwnRel valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null