Interface STShowDataAs
-
- All Superinterfaces:
XmlAnySimpleType
,XmlObject
,XmlString
,XmlTokenSource
public interface STShowDataAs extends XmlString
An XML ST_ShowDataAs(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.spreadsheetml.x2006.main.STShowDataAs.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
STShowDataAs.Enum
Enumeration value class for org.openxmlformats.schemas.spreadsheetml.x2006.main.STShowDataAs.static class
STShowDataAs.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static STShowDataAs.Enum
DIFFERENCE
static STShowDataAs.Enum
INDEX
static int
INT_DIFFERENCE
static int
INT_INDEX
static int
INT_NORMAL
static int
INT_PERCENT
static int
INT_PERCENT_DIFF
static int
INT_PERCENT_OF_COL
static int
INT_PERCENT_OF_ROW
static int
INT_PERCENT_OF_TOTAL
static int
INT_RUN_TOTAL
static STShowDataAs.Enum
NORMAL
static STShowDataAs.Enum
PERCENT
static STShowDataAs.Enum
PERCENT_DIFF
static STShowDataAs.Enum
PERCENT_OF_COL
static STShowDataAs.Enum
PERCENT_OF_ROW
static STShowDataAs.Enum
PERCENT_OF_TOTAL
static STShowDataAs.Enum
RUN_TOTAL
static SchemaType
type
-
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
-
NORMAL
static final STShowDataAs.Enum NORMAL
-
DIFFERENCE
static final STShowDataAs.Enum DIFFERENCE
-
PERCENT
static final STShowDataAs.Enum PERCENT
-
PERCENT_DIFF
static final STShowDataAs.Enum PERCENT_DIFF
-
RUN_TOTAL
static final STShowDataAs.Enum RUN_TOTAL
-
PERCENT_OF_ROW
static final STShowDataAs.Enum PERCENT_OF_ROW
-
PERCENT_OF_COL
static final STShowDataAs.Enum PERCENT_OF_COL
-
PERCENT_OF_TOTAL
static final STShowDataAs.Enum PERCENT_OF_TOTAL
-
INDEX
static final STShowDataAs.Enum INDEX
-
INT_NORMAL
static final int INT_NORMAL
- See Also:
- Constant Field Values
-
INT_DIFFERENCE
static final int INT_DIFFERENCE
- See Also:
- Constant Field Values
-
INT_PERCENT
static final int INT_PERCENT
- See Also:
- Constant Field Values
-
INT_PERCENT_DIFF
static final int INT_PERCENT_DIFF
- See Also:
- Constant Field Values
-
INT_RUN_TOTAL
static final int INT_RUN_TOTAL
- See Also:
- Constant Field Values
-
INT_PERCENT_OF_ROW
static final int INT_PERCENT_OF_ROW
- See Also:
- Constant Field Values
-
INT_PERCENT_OF_COL
static final int INT_PERCENT_OF_COL
- See Also:
- Constant Field Values
-
INT_PERCENT_OF_TOTAL
static final int INT_PERCENT_OF_TOTAL
- See Also:
- Constant Field Values
-
INT_INDEX
static final int INT_INDEX
- See Also:
- Constant Field Values
-
-
Method Detail
-
enumValue
StringEnumAbstractBase enumValue()
-
set
void set(StringEnumAbstractBase e)
-
-