org.apache.xmlbeans.samples.validation.todolist
public interface: ActionType [javadoc |
source]
All Implemented Interfaces:
XmlString
All Known Implementing Classes:
ActionTypeImpl
An XML actionType(@http://xmlbeans.apache.org/samples/validation/todolist).
This is an atomic type that is a restriction of org.apache.xmlbeans.XmlString.
Nested Class Summary: |
---|
static final class | ActionType.Enum | Enumeration value class for org.apache.xmlbeans.samples.validation.todolist.ActionType.
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_DO
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. |
public static final class | ActionType.Factory | A factory class with static methods for creating instances
of this type. |
Field Summary |
---|
public static final SchemaType | type | |
static final Enum | DO | |
static final Enum | DELEGATE | |
static final Enum | SOMEDAY_MAYBE_DEFER | |
static final Enum | TOSS | |
static final Enum | INCUBATE | |
static final Enum | FILE | |
static final int | INT_DO | |
static final int | INT_DELEGATE | |
static final int | INT_SOMEDAY_MAYBE_DEFER | |
static final int | INT_TOSS | |
static final int | INT_INCUBATE | |
static final int | INT_FILE | |
Method from org.apache.xmlbeans.samples.validation.todolist.ActionType Summary: |
---|
enumValue, set |