Interface STTotalsRowFunction
-
- All Superinterfaces:
XmlAnySimpleType,XmlObject,XmlString,XmlTokenSource
public interface STTotalsRowFunction extends XmlString
An XML ST_TotalsRowFunction(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.spreadsheetml.x2006.main.STTotalsRowFunction.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTTotalsRowFunction.EnumEnumeration value class for org.openxmlformats.schemas.spreadsheetml.x2006.main.STTotalsRowFunction.static classSTTotalsRowFunction.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static STTotalsRowFunction.EnumAVERAGEstatic STTotalsRowFunction.EnumCOUNTstatic STTotalsRowFunction.EnumCOUNT_NUMSstatic STTotalsRowFunction.EnumCUSTOMstatic intINT_AVERAGEstatic intINT_COUNTstatic intINT_COUNT_NUMSstatic intINT_CUSTOMstatic intINT_MAXstatic intINT_MINstatic intINT_NONEstatic intINT_STD_DEVstatic intINT_SUMstatic intINT_VARstatic STTotalsRowFunction.EnumMAXstatic STTotalsRowFunction.EnumMINstatic STTotalsRowFunction.EnumNONEstatic STTotalsRowFunction.EnumSTD_DEVstatic STTotalsRowFunction.EnumSUMstatic SchemaTypetypestatic STTotalsRowFunction.EnumVAR-
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
-
NONE
static final STTotalsRowFunction.Enum NONE
-
SUM
static final STTotalsRowFunction.Enum SUM
-
MIN
static final STTotalsRowFunction.Enum MIN
-
MAX
static final STTotalsRowFunction.Enum MAX
-
AVERAGE
static final STTotalsRowFunction.Enum AVERAGE
-
COUNT
static final STTotalsRowFunction.Enum COUNT
-
COUNT_NUMS
static final STTotalsRowFunction.Enum COUNT_NUMS
-
STD_DEV
static final STTotalsRowFunction.Enum STD_DEV
-
VAR
static final STTotalsRowFunction.Enum VAR
-
CUSTOM
static final STTotalsRowFunction.Enum CUSTOM
-
INT_NONE
static final int INT_NONE
- See Also:
- Constant Field Values
-
INT_SUM
static final int INT_SUM
- See Also:
- Constant Field Values
-
INT_MIN
static final int INT_MIN
- See Also:
- Constant Field Values
-
INT_MAX
static final int INT_MAX
- See Also:
- Constant Field Values
-
INT_AVERAGE
static final int INT_AVERAGE
- See Also:
- Constant Field Values
-
INT_COUNT
static final int INT_COUNT
- See Also:
- Constant Field Values
-
INT_COUNT_NUMS
static final int INT_COUNT_NUMS
- See Also:
- Constant Field Values
-
INT_STD_DEV
static final int INT_STD_DEV
- See Also:
- Constant Field Values
-
INT_VAR
static final int INT_VAR
- See Also:
- Constant Field Values
-
INT_CUSTOM
static final int INT_CUSTOM
- See Also:
- Constant Field Values
-
-
Method Detail
-
enumValue
StringEnumAbstractBase enumValue()
-
set
void set(StringEnumAbstractBase e)
-
-