Enum Class Link.Ana

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

public static enum Link.Ana extends Enum<Link.Ana>

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="acl"/>
     <enumeration value="acl:relcl"/>
     <enumeration value="advcl"/>
     <enumeration value="advmod"/>
     <enumeration value="amod"/>
     <enumeration value="appos"/>
     <enumeration value="aux"/>
     <enumeration value="aux:pass"/>
     <enumeration value="case"/>
     <enumeration value="cc"/>
     <enumeration value="ccomp"/>
     <enumeration value="cc_preconj"/>
     <enumeration value="conj"/>
     <enumeration value="cop"/>
     <enumeration value="csubj"/>
     <enumeration value="dep"/>
     <enumeration value="det"/>
     <enumeration value="discourse"/>
     <enumeration value="expl"/>
     <enumeration value="expl:pass"/>
     <enumeration value="expl:pv"/>
     <enumeration value="fixed"/>
     <enumeration value="flat"/>
     <enumeration value="flat_foreign"/>
     <enumeration value="flat_name"/>
     <enumeration value="iobj"/>
     <enumeration value="mark"/>
     <enumeration value="nmod"/>
     <enumeration value="nmod:poss"/>
     <enumeration value="nsubj"/>
     <enumeration value="nsubj:pass"/>
     <enumeration value="nummod"/>
     <enumeration value="obj"/>
     <enumeration value="obl"/>
     <enumeration value="obl:agent"/>
     <enumeration value="parataxis"/>
     <enumeration value="punct"/>
     <enumeration value="root"/>
     <enumeration value="xcomp"/>
     <enumeration value="compound:prt"/>
   </restriction>
 </simpleType>
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class java.lang.Enum

    Enum.EnumDesc<E extends Enum<E>>
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    https://universaldependencies.org/u/dep/acl.html Clausal modifier of nominal
    https://universaldependencies.org/u/dep/acl-relcl.html Relative clausal modifier of nominal
    https://universaldependencies.org/u/dep/advcl.html Adverbial clause modifier
    https://universaldependencies.org/u/dep/advmod.html Adverbial modifier
    https://universaldependencies.org/u/dep/amod.html Adjectival modifier
    https://universaldependencies.org/u/dep/appos.html Appositional modifier
    https://universaldependencies.org/u/dep/aux.html Auxiliary
    https://universaldependencies.org/u/dep/aux-pass.html Passive auxiliary
    https://universaldependencies.org/u/dep/case.html Case marking
    https://universaldependencies.org/u/dep/cc.html Coordinating conjunction
    https://universaldependencies.org/u/dep/cc_preconj.html Preconjunct
    https://universaldependencies.org/u/dep/ccomp.html Clausal complement
    https://universaldependencies.org/u/dep/compound-prt.html a verbal compound
    https://universaldependencies.org/u/dep/conj.html Conjunct
    https://universaldependencies.org/u/dep/cop.html Copula
    https://universaldependencies.org/u/dep/csubj.html Clausal subject
    https://universaldependencies.org/u/dep/dep.html Unspecified dependency
    https://universaldependencies.org/u/dep/det.html Determiner
    https://universaldependencies.org/u/dep/discourse.html Discourse element
    https://universaldependencies.org/u/dep/expl.html Expletive
    https://universaldependencies.org/u/dep/expl-pass.html reflexive pronoun
    https://universaldependencies.org/u/dep/expl-pv.html reflexive clitic
    https://universaldependencies.org/u/dep/fixed.html Fixed multiword expression
    https://universaldependencies.org/u/dep/acl.html Flat multiword expression
    https://universaldependencies.org/u/dep/flat_foreign.html Flat multiword expression: foreign
    https://universaldependencies.org/u/dep/flat_name.html Flat name
    https://universaldependencies.org/u/dep/iobj.html Indirect object
    https://universaldependencies.org/u/dep/mark.html Marker
    https://universaldependencies.org/u/dep/nmod.html Nominal modifier
    https://universaldependencies.org/u/dep/nmod-poss.html Possessive nominal modifier
    https://universaldependencies.org/u/dep/nsubj.html Nominal subject
    https://universaldependencies.org/u/dep/nsubj-pass.html Passive nominal subject
    https://universaldependencies.org/u/dep/nummod.html Numeric modifier
    https://universaldependencies.org/u/dep/obj.html Object
    https://universaldependencies.org/u/dep/obl.html Oblique nominal
    https://universaldependencies.org/u/dep/obl-agent.html The relation obl:agent is used for agents of passive verbs
    https://universaldependencies.org/u/dep/parataxis.html Parataxis
    https://universaldependencies.org/u/dep/punct.html Punctuation
    https://universaldependencies.org/u/dep/root.html Root
    https://universaldependencies.org/u/dep/xcomp.html Open clausal complement
  • Method Summary

    Modifier and Type
    Method
    Description
    static Link.Ana
     
     
    static Link.Ana
    Returns the enum constant of this class with the specified name.
    static Link.Ana[]
    Returns an array containing the constants of this enum class, in the order they are declared.

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait
  • Enum Constant Details

    • ud_syn_acl

      public static final Link.Ana ud_syn_acl
      https://universaldependencies.org/u/dep/acl.html Clausal modifier of nominal
    • ud_syn_acl_relcl

      public static final Link.Ana ud_syn_acl_relcl
      https://universaldependencies.org/u/dep/acl-relcl.html Relative clausal modifier of nominal
    • ud_syn_advcl

      public static final Link.Ana ud_syn_advcl
      https://universaldependencies.org/u/dep/advcl.html Adverbial clause modifier
    • ud_syn_advmod

      public static final Link.Ana ud_syn_advmod
      https://universaldependencies.org/u/dep/advmod.html Adverbial modifier
    • ud_syn_amod

      public static final Link.Ana ud_syn_amod
      https://universaldependencies.org/u/dep/amod.html Adjectival modifier
    • ud_syn_appos

      public static final Link.Ana ud_syn_appos
      https://universaldependencies.org/u/dep/appos.html Appositional modifier
    • ud_syn_aux

      public static final Link.Ana ud_syn_aux
      https://universaldependencies.org/u/dep/aux.html Auxiliary
    • ud_syn_aux_pass

      public static final Link.Ana ud_syn_aux_pass
      https://universaldependencies.org/u/dep/aux-pass.html Passive auxiliary
    • ud_syn_case

      public static final Link.Ana ud_syn_case
      https://universaldependencies.org/u/dep/case.html Case marking
    • ud_syn_cc

      public static final Link.Ana ud_syn_cc
      https://universaldependencies.org/u/dep/cc.html Coordinating conjunction
    • ud_syn_ccomp

      public static final Link.Ana ud_syn_ccomp
      https://universaldependencies.org/u/dep/ccomp.html Clausal complement
    • ud_syn_cc_preconj

      public static final Link.Ana ud_syn_cc_preconj
      https://universaldependencies.org/u/dep/cc_preconj.html Preconjunct
    • ud_syn_conj

      public static final Link.Ana ud_syn_conj
      https://universaldependencies.org/u/dep/conj.html Conjunct
    • ud_syn_cop

      public static final Link.Ana ud_syn_cop
      https://universaldependencies.org/u/dep/cop.html Copula
    • ud_syn_csubj

      public static final Link.Ana ud_syn_csubj
      https://universaldependencies.org/u/dep/csubj.html Clausal subject
    • ud_syn_dep

      public static final Link.Ana ud_syn_dep
      https://universaldependencies.org/u/dep/dep.html Unspecified dependency
    • ud_syn_det

      public static final Link.Ana ud_syn_det
      https://universaldependencies.org/u/dep/det.html Determiner
    • ud_syn_discourse

      public static final Link.Ana ud_syn_discourse
      https://universaldependencies.org/u/dep/discourse.html Discourse element
    • ud_syn_expl

      public static final Link.Ana ud_syn_expl
      https://universaldependencies.org/u/dep/expl.html Expletive
    • ud_syn_expl_pass

      public static final Link.Ana ud_syn_expl_pass
      https://universaldependencies.org/u/dep/expl-pass.html reflexive pronoun
    • ud_syn_expl_pv

      public static final Link.Ana ud_syn_expl_pv
      https://universaldependencies.org/u/dep/expl-pv.html reflexive clitic
    • ud_syn_fixed

      public static final Link.Ana ud_syn_fixed
      https://universaldependencies.org/u/dep/fixed.html Fixed multiword expression
    • ud_syn_flat

      public static final Link.Ana ud_syn_flat
      https://universaldependencies.org/u/dep/acl.html Flat multiword expression
    • ud_syn_flat_foreign

      public static final Link.Ana ud_syn_flat_foreign
      https://universaldependencies.org/u/dep/flat_foreign.html Flat multiword expression: foreign
    • ud_syn_flat_name

      public static final Link.Ana ud_syn_flat_name
      https://universaldependencies.org/u/dep/flat_name.html Flat name
    • ud_syn_iobj

      public static final Link.Ana ud_syn_iobj
      https://universaldependencies.org/u/dep/iobj.html Indirect object
    • ud_syn_mark

      public static final Link.Ana ud_syn_mark
      https://universaldependencies.org/u/dep/mark.html Marker
    • ud_syn_nmod

      public static final Link.Ana ud_syn_nmod
      https://universaldependencies.org/u/dep/nmod.html Nominal modifier
    • ud_syn_nmod_poss

      public static final Link.Ana ud_syn_nmod_poss
      https://universaldependencies.org/u/dep/nmod-poss.html Possessive nominal modifier
    • ud_syn_nsubj

      public static final Link.Ana ud_syn_nsubj
      https://universaldependencies.org/u/dep/nsubj.html Nominal subject
    • ud_syn_nsubj_pass

      public static final Link.Ana ud_syn_nsubj_pass
      https://universaldependencies.org/u/dep/nsubj-pass.html Passive nominal subject
    • ud_syn_nummod

      public static final Link.Ana ud_syn_nummod
      https://universaldependencies.org/u/dep/nummod.html Numeric modifier
    • ud_syn_obj

      public static final Link.Ana ud_syn_obj
      https://universaldependencies.org/u/dep/obj.html Object
    • ud_syn_obl

      public static final Link.Ana ud_syn_obl
      https://universaldependencies.org/u/dep/obl.html Oblique nominal
    • ud_syn_obl_agent

      public static final Link.Ana ud_syn_obl_agent
      https://universaldependencies.org/u/dep/obl-agent.html The relation obl:agent is used for agents of passive verbs
    • ud_syn_parataxis

      public static final Link.Ana ud_syn_parataxis
      https://universaldependencies.org/u/dep/parataxis.html Parataxis
    • ud_syn_punct

      public static final Link.Ana ud_syn_punct
      https://universaldependencies.org/u/dep/punct.html Punctuation
    • ud_syn_root

      public static final Link.Ana ud_syn_root
      https://universaldependencies.org/u/dep/root.html Root
    • ud_syn_xcomp

      public static final Link.Ana ud_syn_xcomp
      https://universaldependencies.org/u/dep/xcomp.html Open clausal complement
    • ud_syn_compound_prt

      public static final Link.Ana ud_syn_compound_prt
      https://universaldependencies.org/u/dep/compound-prt.html a verbal compound
  • Method Details

    • values

      public static Link.Ana[] 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 Link.Ana 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 Link.Ana fromValue(String v)