public enum PIAShipmentStatusType extends Enum<PIAShipmentStatusType>
Clase Java para PIAShipmentStatusType.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<simpleType name="PIAShipmentStatusType">
<restriction base="{http://www.w3.org/2001/XMLSchema}string">
<enumeration value="In Work"/>
<enumeration value="Announced"/>
<enumeration value="In Transport"/>
<enumeration value="Delivered"/>
<enumeration value="Accepted"/>
<enumeration value="Rejected"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
ACCEPTED |
ANNOUNCED |
DELIVERED |
IN_TRANSPORT |
IN_WORK |
REJECTED |
| Modifier and Type | Method and Description |
|---|---|
static PIAShipmentStatusType |
fromValue(String v) |
String |
value() |
static PIAShipmentStatusType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PIAShipmentStatusType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PIAShipmentStatusType IN_WORK
public static final PIAShipmentStatusType ANNOUNCED
public static final PIAShipmentStatusType IN_TRANSPORT
public static final PIAShipmentStatusType DELIVERED
public static final PIAShipmentStatusType ACCEPTED
public static final PIAShipmentStatusType REJECTED
public static PIAShipmentStatusType[] values()
for (PIAShipmentStatusType c : PIAShipmentStatusType.values()) System.out.println(c);
public static PIAShipmentStatusType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String value()
public static PIAShipmentStatusType fromValue(String v)
Copyright © 2014. All Rights Reserved.