java.lang.Object
org.apache.xmlbeans.StringEnumAbstractBase
org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.Operations.Enum
- All Implemented Interfaces:
- java.io.Serializable
- Enclosing class:
- Operations
- public static final class Operations.Enum
- extends org.apache.xmlbeans.StringEnumAbstractBase
Enumeration value class for org.oasisOpen.docs.wsrf.x2005.x01.wsrfInterop20Draft03.Operations.
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_PRINT_JOB
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_PRINT_JOB
static final int INT_PRINT_JOB
- See Also:
- Constant Field Values
INT_PRINT_URI
static final int INT_PRINT_URI
- See Also:
- Constant Field Values
INT_VALIDATE_JOB
static final int INT_VALIDATE_JOB
- See Also:
- Constant Field Values
INT_CREATE_JOB
static final int INT_CREATE_JOB
- See Also:
- Constant Field Values
INT_SEND_DOCUMENT
static final int INT_SEND_DOCUMENT
- See Also:
- Constant Field Values
INT_SEND_URI
static final int INT_SEND_URI
- See Also:
- Constant Field Values
INT_CANCEL_JOB
static final int INT_CANCEL_JOB
- See Also:
- Constant Field Values
INT_GET_JOB_ATTRIBUTES
static final int INT_GET_JOB_ATTRIBUTES
- See Also:
- Constant Field Values
INT_GET_JOBS
static final int INT_GET_JOBS
- See Also:
- Constant Field Values
INT_GET_PRINTER_ATTRIBUTES
static final int INT_GET_PRINTER_ATTRIBUTES
- 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
Operations.Enum
private Operations.Enum(java.lang.String s,
int i)
forString
public static Operations.Enum forString(java.lang.String s)
- Returns the enum value for a string, or null if none.
forInt
public static Operations.Enum forInt(int i)
- Returns the enum value corresponding to an int, or null if none.
readResolve
private java.lang.Object readResolve()