edu.indiana.extreme.lead.metadata
Interface ProgressType
- All Known Implementing Classes:
- ProgressTypeImpl
public interface ProgressType
An XML progressType(@http://schemas.leadproject.org/2007/01/lms/fgdc).
This is an atomic type that is a restriction of edu.indiana.extreme.lead.metadata.ProgressType.
|
Nested Class Summary |
static class |
ProgressType.Enum
Enumeration value class for edu.indiana.extreme.lead.metadata.ProgressType. |
static class |
ProgressType.Factory
A factory class with static methods for creating instances
of this type. |
|
Method Summary |
org.apache.xmlbeans.StringEnumAbstractBase |
enumValue()
|
void |
set(org.apache.xmlbeans.StringEnumAbstractBase e)
|
type
static final org.apache.xmlbeans.SchemaType type
COMPLETE
static final ProgressType.Enum COMPLETE
IN_WORK
static final ProgressType.Enum IN_WORK
PLANNED
static final ProgressType.Enum PLANNED
FAILED
static final ProgressType.Enum FAILED
TIMED_OUT
static final ProgressType.Enum TIMED_OUT
PAUSED
static final ProgressType.Enum PAUSED
PENDING
static final ProgressType.Enum PENDING
DATA_MISSING
static final ProgressType.Enum DATA_MISSING
INT_COMPLETE
static final int INT_COMPLETE
- See Also:
- Constant Field Values
INT_IN_WORK
static final int INT_IN_WORK
- See Also:
- Constant Field Values
INT_PLANNED
static final int INT_PLANNED
- See Also:
- Constant Field Values
INT_FAILED
static final int INT_FAILED
- See Also:
- Constant Field Values
INT_TIMED_OUT
static final int INT_TIMED_OUT
- See Also:
- Constant Field Values
INT_PAUSED
static final int INT_PAUSED
- See Also:
- Constant Field Values
INT_PENDING
static final int INT_PENDING
- See Also:
- Constant Field Values
INT_DATA_MISSING
static final int INT_DATA_MISSING
- See Also:
- Constant Field Values
enumValue
org.apache.xmlbeans.StringEnumAbstractBase enumValue()
set
void set(org.apache.xmlbeans.StringEnumAbstractBase e)
Copyright (c) 2007 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.