com.bea.wli.worklist.xml
Interface StateType
- All Superinterfaces:
- XmlAnySimpleType, XmlObject, XmlString, XmlTokenSource
public interface StateType
- extends XmlString
An XML stateType(@http://www.bea.com/wli/worklist/xml).
This is an atomic type that is a restriction of com.bea.wli.worklist.xml.StateType.
Nested Class Summary |
static class |
StateType.Enum
Enumeration value class for com.bea.wli.worklist.xml.StateType. |
static class |
StateType.Factory
A factory class with static methods for creating instances
of this type. |
Methods inherited from interface org.apache.xmlbeans.XmlObject |
changeType, compareTo, compareValue, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode |
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource |
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText |
type
static final SchemaType type
COMPLETED
static final StateType.Enum COMPLETED
ABORTED
static final StateType.Enum ABORTED
SUSPENDED
static final StateType.Enum SUSPENDED
STARTED
static final StateType.Enum STARTED
CLAIMED
static final StateType.Enum CLAIMED
ASSIGNED
static final StateType.Enum ASSIGNED
INT_COMPLETED
static final int INT_COMPLETED
- See Also:
- Constant Field Values
INT_ABORTED
static final int INT_ABORTED
- See Also:
- Constant Field Values
INT_SUSPENDED
static final int INT_SUSPENDED
- See Also:
- Constant Field Values
INT_STARTED
static final int INT_STARTED
- See Also:
- Constant Field Values
INT_CLAIMED
static final int INT_CLAIMED
- See Also:
- Constant Field Values
INT_ASSIGNED
static final int INT_ASSIGNED
- See Also:
- Constant Field Values
enumValue
StringEnumAbstractBase enumValue()
set
void set(StringEnumAbstractBase e)