@Generated(value="com.sun.tools.xjc.Driver", date="2016-05-24T01:25:05+02:00", comments="JAXB RI v2.2.11") public enum EnumSurplusHandling extends Enum<EnumSurplusHandling>
Java class for EnumSurplusHandling.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="EnumSurplusHandling">
<restriction base="{http://www.w3.org/2001/XMLSchema}NMTOKEN">
<enumeration value="ReturnWithProduct"/>
<enumeration value="Return"/>
<enumeration value="Pickup"/>
<enumeration value="Destroy"/>
<enumeration value="PrinterOwns"/>
<enumeration value="Store"/>
</restriction>
</simpleType>
| Enum Constant and Description |
|---|
DESTROY |
PICKUP |
PRINTER_OWNS |
RETURN |
RETURN_WITH_PRODUCT |
STORE |
| Modifier and Type | Method and Description |
|---|---|
static EnumSurplusHandling |
fromValue(String v) |
String |
value() |
static EnumSurplusHandling |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EnumSurplusHandling[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumSurplusHandling RETURN_WITH_PRODUCT
public static final EnumSurplusHandling RETURN
public static final EnumSurplusHandling PICKUP
public static final EnumSurplusHandling DESTROY
public static final EnumSurplusHandling PRINTER_OWNS
public static final EnumSurplusHandling STORE
public static EnumSurplusHandling[] values()
for (EnumSurplusHandling c : EnumSurplusHandling.values()) System.out.println(c);
public static EnumSurplusHandling 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 EnumSurplusHandling fromValue(String v)
Copyright © 2016. All rights reserved.