public interface TActivityStatus
extends org.apache.xmlbeans.XmlString
| Modifier and Type | Interface and Description |
|---|---|
static class |
TActivityStatus.Enum
Enumeration value class for org.apache.ode.bpel.pmapi.TActivityStatus.
|
static class |
TActivityStatus.Factory
A factory class with static methods for creating instances
of this type.
|
| Modifier and Type | Field and Description |
|---|---|
static TActivityStatus.Enum |
COMPLETED |
static TActivityStatus.Enum |
ENABLED |
static TActivityStatus.Enum |
FAILURE |
static int |
INT_COMPLETED |
static int |
INT_ENABLED |
static int |
INT_FAILURE |
static int |
INT_STARTED |
static TActivityStatus.Enum |
STARTED |
static org.apache.xmlbeans.SchemaType |
type |
| Modifier and Type | Method and Description |
|---|---|
org.apache.xmlbeans.StringEnumAbstractBase |
enumValue() |
void |
set(org.apache.xmlbeans.StringEnumAbstractBase e) |
getStringValue, set, setStringValue, stringValuechangeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCodedocumentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlTextstatic final org.apache.xmlbeans.SchemaType type
static final TActivityStatus.Enum ENABLED
static final TActivityStatus.Enum STARTED
static final TActivityStatus.Enum COMPLETED
static final TActivityStatus.Enum FAILURE
static final int INT_ENABLED
static final int INT_STARTED
static final int INT_COMPLETED
static final int INT_FAILURE