|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<AddressPartType>
org.tolven.trim.AddressPartType
public enum AddressPartType
Java class for AddressPartType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="AddressPartType">
<restriction base="{urn:tolven-org:trim:4.0}cs">
<enumeration value="AL"/>
<enumeration value="ADL"/>
<enumeration value="UNIT"/>
<enumeration value="UNID"/>
<enumeration value="DAL"/>
<enumeration value="DINSTA"/>
<enumeration value="DINSTQ"/>
<enumeration value="DINST"/>
<enumeration value="DMOD"/>
<enumeration value="DMODID"/>
<enumeration value="SAL"/>
<enumeration value="BNR"/>
<enumeration value="BNN"/>
<enumeration value="BNS"/>
<enumeration value="STR"/>
<enumeration value="STB"/>
<enumeration value="STTYP"/>
<enumeration value="DIR"/>
<enumeration value="INT"/>
<enumeration value="CAR"/>
<enumeration value="CEN"/>
<enumeration value="CNT"/>
<enumeration value="CPA"/>
<enumeration value="DEL"/>
<enumeration value="CTY"/>
<enumeration value="POB"/>
<enumeration value="ZIP"/>
<enumeration value="PRE"/>
<enumeration value="STA"/>
</restriction>
</simpleType>
| Enum Constant Summary | |
|---|---|
ADL
|
|
AL
|
|
BNN
|
|
BNR
|
|
BNS
|
|
CAR
|
|
CEN
|
|
CNT
|
|
CPA
|
|
CTY
|
|
DAL
|
|
DEL
|
|
DINST
|
|
DINSTA
|
|
DINSTQ
|
|
DIR
|
|
DMOD
|
|
DMODID
|
|
INT
|
|
POB
|
|
PRE
|
|
SAL
|
|
STA
|
|
STB
|
|
STR
|
|
STTYP
|
|
UNID
|
|
UNIT
|
|
ZIP
|
|
| Method Summary | |
|---|---|
static AddressPartType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static AddressPartType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AddressPartType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final AddressPartType AL
public static final AddressPartType ADL
public static final AddressPartType UNIT
public static final AddressPartType UNID
public static final AddressPartType DAL
public static final AddressPartType DINSTA
public static final AddressPartType DINSTQ
public static final AddressPartType DINST
public static final AddressPartType DMOD
public static final AddressPartType DMODID
public static final AddressPartType SAL
public static final AddressPartType BNR
public static final AddressPartType BNN
public static final AddressPartType BNS
public static final AddressPartType STR
public static final AddressPartType STB
public static final AddressPartType STTYP
public static final AddressPartType DIR
public static final AddressPartType INT
public static final AddressPartType CAR
public static final AddressPartType CEN
public static final AddressPartType CNT
public static final AddressPartType CPA
public static final AddressPartType DEL
public static final AddressPartType CTY
public static final AddressPartType POB
public static final AddressPartType ZIP
public static final AddressPartType PRE
public static final AddressPartType STA
| Method Detail |
|---|
public static AddressPartType[] values()
for (AddressPartType c : AddressPartType.values()) System.out.println(c);
public static AddressPartType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is nullpublic java.lang.String value()
public static AddressPartType fromValue(java.lang.String v)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||