java.lang.Object
org.apache.xmlbeans.StringEnumAbstractBase
org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType.Enum
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- PrinterStateType
- public static final class PrinterStateType.Enum
- extends org.apache.xmlbeans.StringEnumAbstractBase
Enumeration value class for org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.PrinterStateType.
These enum values can be used as follows:
enum.toString(); // returns the string value of the enum
enum.intValue(); // returns an int value, useful for switches
// e.g., case Enum.INT_IDLE
Enum.forString(s); // returns the enum value for a string
Enum.forInt(i); // returns the enum value for an int
Enumeration objects are immutable singleton objects that
can be compared using == object equality. They have no
public constructor. See the constants defined within this
class for all the valid values.
| Nested classes inherited from class org.apache.xmlbeans.StringEnumAbstractBase |
org.apache.xmlbeans.StringEnumAbstractBase.Table |
INT_IDLE
static final int INT_IDLE
- See Also:
- Constant Field Values
INT_PROCESSING
static final int INT_PROCESSING
- See Also:
- Constant Field Values
INT_STOPPED
static final int INT_STOPPED
- See Also:
- Constant Field Values
table
public static final org.apache.xmlbeans.StringEnumAbstractBase.Table table
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
PrinterStateType.Enum
private PrinterStateType.Enum(java.lang.String s,
int i)
forString
public static PrinterStateType.Enum forString(java.lang.String s)
- Returns the enum value for a string, or null if none.
forInt
public static PrinterStateType.Enum forInt(int i)
- Returns the enum value corresponding to an int, or null if none.
readResolve
private java.lang.Object readResolve()