public static enum Join.Numtype extends Enum<Join.Numtype>
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="ord"/>
<enumeration value="card"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
card
cardinal number (one, two, many,....)
|
ord
ordinal number (first, second,..)
|
| Modifier and Type | Method and Description |
|---|---|
static Join.Numtype |
fromValue(String v) |
String |
value() |
static Join.Numtype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Join.Numtype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Join.Numtype ord
public static final Join.Numtype card
public static Join.Numtype[] values()
for (Join.Numtype c : Join.Numtype.values()) System.out.println(c);
public static Join.Numtype 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.Numtype fromValue(String v)
Copyright © 2018–2019 Fryske Akademy. All rights reserved.