Package systextil.integracao.xml.nfe
Enum Class TUfEmi
- All Implemented Interfaces:
Serializable,Comparable<TUfEmi>,Constable
Tipo Sigla da UF de emissor // acrescentado em 24/10/08
Classe Java de TUfEmi.
O seguinte fragmento do esquema especifica o conteudo esperado contido dentro desta classe.
<simpleType name="TUfEmi">
<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>
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
-
Enum Constant Details
-
AC
-
AL
-
AM
-
AP
-
BA
-
CE
-
DF
-
ES
-
GO
-
MA
-
MG
-
MS
-
MT
-
PA
-
PB
-
PE
-
PI
-
PR
-
RJ
-
RN
-
RO
-
RR
-
RS
-
SC
-
SE
-
SP
-
TO
-
-
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
-