com.bea.wli.worklist.xml
Interface AlgorithmType

All Superinterfaces:
XmlAnySimpleType, XmlObject, XmlString, XmlTokenSource

public interface AlgorithmType
extends XmlString

An XML algorithmType(@http://www.bea.com/wli/worklist/xml). This is an atomic type that is a restriction of com.bea.wli.worklist.xml.AlgorithmType.


Nested Class Summary
static class AlgorithmType.Enum
          Enumeration value class for com.bea.wli.worklist.xml.AlgorithmType.
static class AlgorithmType.Factory
          A factory class with static methods for creating instances of this type.
 
Field Summary
static int INT_TO_USER
           
static int INT_TO_USER_IN_GROUP
           
static int INT_TO_USERS_AND_GROUPS
           
static AlgorithmType.Enum TO_USER
           
static AlgorithmType.Enum TO_USER_IN_GROUP
           
static AlgorithmType.Enum TO_USERS_AND_GROUPS
           
static SchemaType type
           
 
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
 
Method Summary
 StringEnumAbstractBase enumValue()
           
 void set(StringEnumAbstractBase e)
           
 
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
 
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
 

Field Detail

type

static final SchemaType type

TO_USER

static final AlgorithmType.Enum TO_USER

TO_USER_IN_GROUP

static final AlgorithmType.Enum TO_USER_IN_GROUP

TO_USERS_AND_GROUPS

static final AlgorithmType.Enum TO_USERS_AND_GROUPS

INT_TO_USER

static final int INT_TO_USER
See Also:
Constant Field Values

INT_TO_USER_IN_GROUP

static final int INT_TO_USER_IN_GROUP
See Also:
Constant Field Values

INT_TO_USERS_AND_GROUPS

static final int INT_TO_USERS_AND_GROUPS
See Also:
Constant Field Values
Method Detail

enumValue

StringEnumAbstractBase enumValue()

set

void set(StringEnumAbstractBase e)