|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PostalDeliveryType>
au.net.electronichealth.ns.pcehr.xsd.common.commoncoreelements._1.PostalDeliveryType
public enum PostalDeliveryType
Java class for postalDeliveryType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="postalDeliveryType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="Care PO"/> <enumeration value="CMA"/> <enumeration value="CMB"/> <enumeration value="GPO Box"/> <enumeration value="Locked Bag"/> <enumeration value="MS"/> <enumeration value="PO Box"/> <enumeration value="POR"/> <enumeration value="Private Bag"/> <enumeration value="RSD"/> <enumeration value="RMB"/> <enumeration value="RMS"/> </restriction> </simpleType>
Enum Constant Summary | |
---|---|
CARE_PO
Care-of Post Office (also known as Poste Restante) |
|
CMA
Community Mail Agent |
|
CMB
Community Mail Bag |
|
GPO_BOX
General Post Office Box |
|
LOCKED_BAG
Locked Mail Bag Service |
|
MS
Mail Service |
|
PO_BOX
Post Office Box |
|
POR
Post Restante (also known as Care-of Post Office) |
|
PRIVATE_BAG
Private Mail Bag Service |
|
RMB
Roadside Mail Box/Bag |
|
RMS
Roadside Mail Service |
|
RSD
Roadside Delivery |
Method Summary | |
---|---|
static PostalDeliveryType |
fromValue(java.lang.String v)
|
java.lang.String |
value()
|
static PostalDeliveryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PostalDeliveryType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, 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 PostalDeliveryType CARE_PO
public static final PostalDeliveryType CMA
public static final PostalDeliveryType CMB
public static final PostalDeliveryType GPO_BOX
public static final PostalDeliveryType LOCKED_BAG
public static final PostalDeliveryType MS
public static final PostalDeliveryType PO_BOX
public static final PostalDeliveryType POR
public static final PostalDeliveryType PRIVATE_BAG
public static final PostalDeliveryType RSD
public static final PostalDeliveryType RMB
public static final PostalDeliveryType RMS
Method Detail |
---|
public static PostalDeliveryType[] values()
for (PostalDeliveryType c : PostalDeliveryType.values()) System.out.println(c);
public static PostalDeliveryType 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 PostalDeliveryType fromValue(java.lang.String v)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |