Interface STTimePeriod
-
- All Superinterfaces:
XmlAnySimpleType,XmlObject,XmlString,XmlTokenSource
public interface STTimePeriod extends XmlString
An XML ST_TimePeriod(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.spreadsheetml.x2006.main.STTimePeriod.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTTimePeriod.EnumEnumeration value class for org.openxmlformats.schemas.spreadsheetml.x2006.main.STTimePeriod.static classSTTimePeriod.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static intINT_LAST_7_DAYSstatic intINT_LAST_MONTHstatic intINT_LAST_WEEKstatic intINT_NEXT_MONTHstatic intINT_NEXT_WEEKstatic intINT_THIS_MONTHstatic intINT_THIS_WEEKstatic intINT_TODAYstatic intINT_TOMORROWstatic intINT_YESTERDAYstatic STTimePeriod.EnumLAST_7_DAYSstatic STTimePeriod.EnumLAST_MONTHstatic STTimePeriod.EnumLAST_WEEKstatic STTimePeriod.EnumNEXT_MONTHstatic STTimePeriod.EnumNEXT_WEEKstatic STTimePeriod.EnumTHIS_MONTHstatic STTimePeriod.EnumTHIS_WEEKstatic STTimePeriod.EnumTODAYstatic STTimePeriod.EnumTOMORROWstatic SchemaTypetypestatic STTimePeriod.EnumYESTERDAY-
Fields inherited from interface org.apache.xmlbeans.XmlObject
EQUAL, GREATER_THAN, LESS_THAN, NOT_EQUAL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringEnumAbstractBaseenumValue()voidset(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, 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
-
TODAY
static final STTimePeriod.Enum TODAY
-
YESTERDAY
static final STTimePeriod.Enum YESTERDAY
-
TOMORROW
static final STTimePeriod.Enum TOMORROW
-
LAST_7_DAYS
static final STTimePeriod.Enum LAST_7_DAYS
-
THIS_MONTH
static final STTimePeriod.Enum THIS_MONTH
-
LAST_MONTH
static final STTimePeriod.Enum LAST_MONTH
-
NEXT_MONTH
static final STTimePeriod.Enum NEXT_MONTH
-
THIS_WEEK
static final STTimePeriod.Enum THIS_WEEK
-
LAST_WEEK
static final STTimePeriod.Enum LAST_WEEK
-
NEXT_WEEK
static final STTimePeriod.Enum NEXT_WEEK
-
INT_TODAY
static final int INT_TODAY
- See Also:
- Constant Field Values
-
INT_YESTERDAY
static final int INT_YESTERDAY
- See Also:
- Constant Field Values
-
INT_TOMORROW
static final int INT_TOMORROW
- See Also:
- Constant Field Values
-
INT_LAST_7_DAYS
static final int INT_LAST_7_DAYS
- See Also:
- Constant Field Values
-
INT_THIS_MONTH
static final int INT_THIS_MONTH
- See Also:
- Constant Field Values
-
INT_LAST_MONTH
static final int INT_LAST_MONTH
- See Also:
- Constant Field Values
-
INT_NEXT_MONTH
static final int INT_NEXT_MONTH
- See Also:
- Constant Field Values
-
INT_THIS_WEEK
static final int INT_THIS_WEEK
- See Also:
- Constant Field Values
-
INT_LAST_WEEK
static final int INT_LAST_WEEK
- See Also:
- Constant Field Values
-
INT_NEXT_WEEK
static final int INT_NEXT_WEEK
- See Also:
- Constant Field Values
-
-
Method Detail
-
enumValue
StringEnumAbstractBase enumValue()
-
set
void set(StringEnumAbstractBase e)
-
-