public static enum Join.Number extends Enum<Join.Number>
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="sing"/>
<enumeration value="plur"/>
<enumeration value="ptan"/>
<enumeration value="coll"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
coll
Collective or mass or singulare tantum applies to words that use grammatical singular to describe sets of objects.
|
plur
A plural noun denotes several persons, animals or things.
|
ptan
Plurale tantum, some nouns appear only in the plural form even though they denote one thing.
|
sing
A singular noun denotes one person, animal or thing.
|
| Modifier and Type | Method and Description |
|---|---|
static Join.Number |
fromValue(String v) |
String |
value() |
static Join.Number |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Join.Number[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Join.Number sing
public static final Join.Number plur
public static final Join.Number ptan
public static final Join.Number coll
public static Join.Number[] values()
for (Join.Number c : Join.Number.values()) System.out.println(c);
public static Join.Number 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.Number fromValue(String v)
Copyright © 2018–2019 Fryske Akademy. All rights reserved.