public static enum Join.Voice extends Enum<Join.Voice>
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="act"/>
<enumeration value="pass"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
act
The subject of the verb is the doer of the action (agent).
|
pass
The subject of the verb is affected by the action (patient).
|
| Modifier and Type | Method and Description |
|---|---|
static Join.Voice |
fromValue(String v) |
String |
value() |
static Join.Voice |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Join.Voice[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Join.Voice act
public static final Join.Voice pass
public static Join.Voice[] values()
for (Join.Voice c : Join.Voice.values()) System.out.println(c);
public static Join.Voice 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.Voice fromValue(String v)
Copyright © 2018–2019 Fryske Akademy. All rights reserved.