public static enum Join.Prontype extends Enum<Join.Prontype>
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="prs"/>
<enumeration value="rcp"/>
<enumeration value="art"/>
<enumeration value="int"/>
<enumeration value="rel"/>
<enumeration value="ind"/>
<enumeration value="emp"/>
<enumeration value="exc"/>
<enumeration value="dem"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
_int
interrogative pronoun, determiner, numeral or adverb
|
art
Article is a special case of determiner that bears the feature of definiteness
|
dem
Demonstrative pronouns are often parallel to interrogatives.
|
emp
Emphatic pro-adjectives (determiners) emphasize the nominal they depend on.
|
exc
exclamative determiner
|
ind
indefinite pronoun, determiner, numeral or adverb
|
prs
personal pronoun or determiner
|
rcp
reciprocal pronoun
|
rel
relative pronoun, determiner, numeral or adverb
|
| Modifier and Type | Method and Description |
|---|---|
static Join.Prontype |
fromValue(String v) |
String |
value() |
static Join.Prontype |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Join.Prontype[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Join.Prontype prs
public static final Join.Prontype rcp
public static final Join.Prontype art
public static final Join.Prontype _int
public static final Join.Prontype rel
public static final Join.Prontype ind
public static final Join.Prontype emp
public static final Join.Prontype exc
public static final Join.Prontype dem
public static Join.Prontype[] values()
for (Join.Prontype c : Join.Prontype.values()) System.out.println(c);
public static Join.Prontype 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.Prontype fromValue(String v)
Copyright © 2018–2019 Fryske Akademy. All rights reserved.