Enum Class TUFSemEX

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

public enum TUFSemEX extends Enum<TUFSemEX>

Java class for TUF_sem_EX.

The following schema fragment specifies the expected content contained within this class.

 <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)