public static enum Join.Convertedfrom extends Enum<Join.Convertedfrom>
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="adj"/>
<enumeration value="adv"/>
<enumeration value="ver"/>
<enumeration value="num"/>
<enumeration value="pro"/>
<enumeration value="part"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
adj
Not in universaldependencies.
|
adv
Not in universaldependencies.
|
num
Not in universaldependencies.
|
part
Not in universaldependencies.
|
pro
Not in universaldependencies.
|
ver
Not in universaldependencies.
|
| Modifier and Type | Method and Description |
|---|---|
static Join.Convertedfrom |
fromValue(String v) |
String |
value() |
static Join.Convertedfrom |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Join.Convertedfrom[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Join.Convertedfrom adj
public static final Join.Convertedfrom adv
public static final Join.Convertedfrom ver
public static final Join.Convertedfrom num
public static final Join.Convertedfrom pro
public static final Join.Convertedfrom part
public static Join.Convertedfrom[] values()
for (Join.Convertedfrom c : Join.Convertedfrom.values()) System.out.println(c);
public static Join.Convertedfrom 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.Convertedfrom fromValue(String v)
Copyright © 2018–2019 Fryske Akademy. All rights reserved.