public static enum Join.Case extends Enum<Join.Case>
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="nom"/>
<enumeration value="acc"/>
<enumeration value="dat"/>
<enumeration value="gen"/>
<enumeration value="ins"/>
<enumeration value="par"/>
<enumeration value="oblique"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
acc
accusative
|
dat
dative
|
gen
genitive
|
ins
instrumental / instructive
|
nom
nominative
|
oblique
Not in universaldependencies.
|
par
partitive
|
| Modifier and Type | Method and Description |
|---|---|
static Join.Case |
fromValue(String v) |
String |
value() |
static Join.Case |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Join.Case[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Join.Case nom
public static final Join.Case acc
public static final Join.Case dat
public static final Join.Case gen
public static final Join.Case ins
public static final Join.Case par
public static final Join.Case oblique
public static Join.Case[] values()
for (Join.Case c : Join.Case.values()) System.out.println(c);
public static Join.Case 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()
Copyright © 2018–2019 Fryske Akademy. All rights reserved.