Enum Class M.Prontype

java.lang.Object
java.lang.Enum<M.Prontype>
org.fa.tei.jaxb.facustomization.M.Prontype
All Implemented Interfaces:
Serializable, Comparable<M.Prontype>, Constable
Enclosing class:
M

public static enum M.Prontype extends Enum<M.Prontype>
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>
 
  • Enum Constant Details

    • prs

      public static final M.Prontype prs
      personal pronoun or determiner
    • rcp

      public static final M.Prontype rcp
      reciprocal pronoun
    • art

      public static final M.Prontype art
      Article is a special case of determiner that bears the feature of definiteness
    • _int

      public static final M.Prontype _int
      interrogative pronoun, determiner, numeral or adverb
    • rel

      public static final M.Prontype rel
      relative pronoun, determiner, numeral or adverb
    • ind

      public static final M.Prontype ind
      indefinite pronoun, determiner, numeral or adverb
    • emp

      public static final M.Prontype emp
      Emphatic pro-adjectives (determiners) emphasize the nominal they depend on.
    • exc

      public static final M.Prontype exc
      exclamative determiner
    • dem

      public static final M.Prontype dem
      Demonstrative pronouns are often parallel to interrogatives.
  • Method Details

    • values

      public static M.Prontype[] 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

      public static M.Prontype valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • value

      public String value()
    • fromValue

      public static M.Prontype fromValue(String v)