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 class
STTotalsRowFunction.Enum
Enumeration value class for org.openxmlformats.schemas.spreadsheetml.x2006.main.STTotalsRowFunction.static class
STTotalsRowFunction.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static STTotalsRowFunction.Enum
AVERAGE
static STTotalsRowFunction.Enum
COUNT
static STTotalsRowFunction.Enum
COUNT_NUMS
static STTotalsRowFunction.Enum
CUSTOM
static int
INT_AVERAGE
static int
INT_COUNT
static int
INT_COUNT_NUMS
static int
INT_CUSTOM
static int
INT_MAX
static int
INT_MIN
static int
INT_NONE
static int
INT_STD_DEV
static int
INT_SUM
static int
INT_VAR
static STTotalsRowFunction.Enum
MAX
static STTotalsRowFunction.Enum
MIN
static STTotalsRowFunction.Enum
NONE
static STTotalsRowFunction.Enum
STD_DEV
static STTotalsRowFunction.Enum
SUM
static SchemaType
type
static STTotalsRowFunction.Enum
VAR
-
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
-
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)
-
-