Package org.fa.tei.jaxb.facustomization
Enum Class M.Prontype
- All Implemented Interfaces:
Serializable,Comparable<M.Prontype>,Constable
- Enclosing class:
- M
https://universaldependencies.org/u/feat/PronType.html
This feature typically applies to pronouns, pronominal adjectives (determiners),
pronominal numerals (quantifiers) and pronominal adverbs.
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>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptioninterrogative pronoun, determiner, numeral or adverbArticle is a special case of determiner that bears the feature of definitenessDemonstrative pronouns are often parallel to interrogatives.Emphatic pro-adjectives (determiners) emphasize the nominal they depend on.exclamative determinerindefinite pronoun, determiner, numeral or adverbpersonal pronoun or determinerreciprocal pronounrelative pronoun, determiner, numeral or adverb -
Method Summary
Modifier and TypeMethodDescriptionstatic M.Prontypevalue()static M.ProntypeReturns the enum constant of this class with the specified name.static M.Prontype[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
prs
personal pronoun or determiner -
rcp
reciprocal pronoun -
art
Article is a special case of determiner that bears the feature of definiteness -
_int
interrogative pronoun, determiner, numeral or adverb -
rel
relative pronoun, determiner, numeral or adverb -
ind
indefinite pronoun, determiner, numeral or adverb -
emp
Emphatic pro-adjectives (determiners) emphasize the nominal they depend on. -
exc
exclamative determiner -
dem
Demonstrative pronouns are often parallel to interrogatives.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
value
-
fromValue
-