Interface STItemType
-
- All Superinterfaces:
XmlAnySimpleType,XmlObject,XmlString,XmlTokenSource
public interface STItemType extends XmlString
An XML ST_ItemType(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.spreadsheetml.x2006.main.STItemType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTItemType.EnumEnumeration value class for org.openxmlformats.schemas.spreadsheetml.x2006.main.STItemType.
-
Field Summary
Fields Modifier and Type Field Description static STItemType.EnumAVGstatic STItemType.EnumBLANKstatic STItemType.EnumCOUNTstatic STItemType.EnumCOUNT_Astatic STItemType.EnumDATAstatic STItemType.EnumDEFAULTstatic SimpleTypeFactory<STItemType>Factorystatic STItemType.EnumGRANDstatic intINT_AVGstatic intINT_BLANKstatic intINT_COUNTstatic intINT_COUNT_Astatic intINT_DATAstatic intINT_DEFAULTstatic intINT_GRANDstatic intINT_MAXstatic intINT_MINstatic intINT_PRODUCTstatic intINT_STD_DEVstatic intINT_STD_DEV_Pstatic intINT_SUMstatic intINT_VARstatic intINT_VAR_Pstatic STItemType.EnumMAXstatic STItemType.EnumMINstatic STItemType.EnumPRODUCTstatic STItemType.EnumSTD_DEVstatic STItemType.EnumSTD_DEV_Pstatic STItemType.EnumSUMstatic SchemaTypetypestatic STItemType.EnumVARstatic STItemType.EnumVAR_P-
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 StringEnumAbstractBasegetEnumValue()voidsetEnumValue(StringEnumAbstractBase e)-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, setStringValue
-
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final SimpleTypeFactory<STItemType> Factory
-
type
static final SchemaType type
-
DATA
static final STItemType.Enum DATA
-
DEFAULT
static final STItemType.Enum DEFAULT
-
SUM
static final STItemType.Enum SUM
-
COUNT_A
static final STItemType.Enum COUNT_A
-
AVG
static final STItemType.Enum AVG
-
MAX
static final STItemType.Enum MAX
-
MIN
static final STItemType.Enum MIN
-
PRODUCT
static final STItemType.Enum PRODUCT
-
COUNT
static final STItemType.Enum COUNT
-
STD_DEV
static final STItemType.Enum STD_DEV
-
STD_DEV_P
static final STItemType.Enum STD_DEV_P
-
VAR
static final STItemType.Enum VAR
-
VAR_P
static final STItemType.Enum VAR_P
-
GRAND
static final STItemType.Enum GRAND
-
BLANK
static final STItemType.Enum BLANK
-
INT_DATA
static final int INT_DATA
- See Also:
- Constant Field Values
-
INT_DEFAULT
static final int INT_DEFAULT
- See Also:
- Constant Field Values
-
INT_SUM
static final int INT_SUM
- See Also:
- Constant Field Values
-
INT_COUNT_A
static final int INT_COUNT_A
- See Also:
- Constant Field Values
-
INT_AVG
static final int INT_AVG
- See Also:
- Constant Field Values
-
INT_MAX
static final int INT_MAX
- See Also:
- Constant Field Values
-
INT_MIN
static final int INT_MIN
- See Also:
- Constant Field Values
-
INT_PRODUCT
static final int INT_PRODUCT
- See Also:
- Constant Field Values
-
INT_COUNT
static final int INT_COUNT
- See Also:
- Constant Field Values
-
INT_STD_DEV
static final int INT_STD_DEV
- See Also:
- Constant Field Values
-
INT_STD_DEV_P
static final int INT_STD_DEV_P
- See Also:
- Constant Field Values
-
INT_VAR
static final int INT_VAR
- See Also:
- Constant Field Values
-
INT_VAR_P
static final int INT_VAR_P
- See Also:
- Constant Field Values
-
INT_GRAND
static final int INT_GRAND
- See Also:
- Constant Field Values
-
INT_BLANK
static final int INT_BLANK
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEnumValue
StringEnumAbstractBase getEnumValue()
-
setEnumValue
void setEnumValue(StringEnumAbstractBase e)
-
-