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 class
STTimePeriod.Enum
Enumeration value class for org.openxmlformats.schemas.spreadsheetml.x2006.main.STTimePeriod.static class
STTimePeriod.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static int
INT_LAST_7_DAYS
static int
INT_LAST_MONTH
static int
INT_LAST_WEEK
static int
INT_NEXT_MONTH
static int
INT_NEXT_WEEK
static int
INT_THIS_MONTH
static int
INT_THIS_WEEK
static int
INT_TODAY
static int
INT_TOMORROW
static int
INT_YESTERDAY
static STTimePeriod.Enum
LAST_7_DAYS
static STTimePeriod.Enum
LAST_MONTH
static STTimePeriod.Enum
LAST_WEEK
static STTimePeriod.Enum
NEXT_MONTH
static STTimePeriod.Enum
NEXT_WEEK
static STTimePeriod.Enum
THIS_MONTH
static STTimePeriod.Enum
THIS_WEEK
static STTimePeriod.Enum
TODAY
static STTimePeriod.Enum
TOMORROW
static SchemaType
type
static STTimePeriod.Enum
YESTERDAY
-
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 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, 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)
-
-