public static enum Join.Inflection extends Enum<Join.Inflection>
Java class for null.
The following schema fragment specifies the expected content contained within this class.
<simpleType>
<restriction base="{http://www.w3.org/2001/XMLSchema}token">
<enumeration value="infl"/>
<enumeration value="uninf"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
infl
Not in universaldependencies.
|
uninf
Not in universaldependencies.
|
| Modifier and Type | Method and Description |
|---|---|
static Join.Inflection |
fromValue(String v) |
String |
value() |
static Join.Inflection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Join.Inflection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Join.Inflection infl
public static final Join.Inflection uninf
public static Join.Inflection[] values()
for (Join.Inflection c : Join.Inflection.values()) System.out.println(c);
public static Join.Inflection 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 value()
public static Join.Inflection fromValue(String v)
Copyright © 2018–2019 Fryske Akademy. All rights reserved.