Enum Class TUfSemEX

java.lang.Object
java.lang.Enum<TUfSemEX>
systextil.integracao.xml.nf3e.TUfSemEX
All Implemented Interfaces:
Serializable, Comparable<TUfSemEX>, Constable

public enum TUfSemEX extends Enum<TUfSemEX>

Classe Java de TUf_sem_EX.

O seguinte fragmento do esquema especifica o conteudo esperado contido dentro desta classe.

 <simpleType name="TUf_sem_EX">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <whiteSpace value="preserve"/>
         <enumeration value="AC"/>
         <enumeration value="AL"/>
         <enumeration value="AM"/>
         <enumeration value="AP"/>
         <enumeration value="BA"/>
         <enumeration value="CE"/>
         <enumeration value="DF"/>
         <enumeration value="ES"/>
         <enumeration value="GO"/>
         <enumeration value="MA"/>
         <enumeration value="MG"/>
         <enumeration value="MS"/>
         <enumeration value="MT"/>
         <enumeration value="PA"/>
         <enumeration value="PB"/>
         <enumeration value="PE"/>
         <enumeration value="PI"/>
         <enumeration value="PR"/>
         <enumeration value="RJ"/>
         <enumeration value="RN"/>
         <enumeration value="RO"/>
         <enumeration value="RR"/>
         <enumeration value="RS"/>
         <enumeration value="SC"/>
         <enumeration value="SE"/>
         <enumeration value="SP"/>
         <enumeration value="TO"/>
   </restriction>
 </simpleType>
 
  • Enum Constant Details

  • Method Details

    • values

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