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 classSTShowDataAs.EnumEnumeration value class for org.openxmlformats.schemas.spreadsheetml.x2006.main.STShowDataAs.static classSTShowDataAs.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static STShowDataAs.EnumDIFFERENCEstatic STShowDataAs.EnumINDEXstatic intINT_DIFFERENCEstatic intINT_INDEXstatic intINT_NORMALstatic intINT_PERCENTstatic intINT_PERCENT_DIFFstatic intINT_PERCENT_OF_COLstatic intINT_PERCENT_OF_ROWstatic intINT_PERCENT_OF_TOTALstatic intINT_RUN_TOTALstatic STShowDataAs.EnumNORMALstatic STShowDataAs.EnumPERCENTstatic STShowDataAs.EnumPERCENT_DIFFstatic STShowDataAs.EnumPERCENT_OF_COLstatic STShowDataAs.EnumPERCENT_OF_ROWstatic STShowDataAs.EnumPERCENT_OF_TOTALstatic STShowDataAs.EnumRUN_TOTALstatic SchemaTypetype-
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
-
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)
-
-