Class AddrType
java.lang.Object
|
+--AddrType
- All Implemented Interfaces:
- Abelian, Contract, java.io.Serializable, TypeSafeEnum
- public final class AddrType
- extends java.lang.Object
- implements TypeSafeEnum
Domain Value Object: Address Type.
Description: A typesafe enumeration of address types as defined
in our corporate Business Object Model.
- See Also:
- Serialized Form
|
Method Summary |
static AddrType |
AsAddrType(java.lang.String token)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
kPhysical
public static final AddrType kPhysical
kBilling
public static final AddrType kBilling
kShipping
public static final AddrType kShipping
kMailing
public static final AddrType kMailing
kFormer
public static final AddrType kFormer
kUnknown
public static final AddrType kUnknown
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
AsAddrType
public static AddrType AsAddrType(java.lang.String token)