Interface STCfvoType
-
- All Superinterfaces:
XmlAnySimpleType,XmlObject,XmlString,XmlTokenSource
public interface STCfvoType extends XmlString
An XML ST_CfvoType(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.spreadsheetml.x2006.main.STCfvoType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTCfvoType.EnumEnumeration value class for org.openxmlformats.schemas.spreadsheetml.x2006.main.STCfvoType.static classSTCfvoType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static STCfvoType.EnumFORMULAstatic intINT_FORMULAstatic intINT_MAXstatic intINT_MINstatic intINT_NUMstatic intINT_PERCENTstatic intINT_PERCENTILEstatic STCfvoType.EnumMAXstatic STCfvoType.EnumMINstatic STCfvoType.EnumNUMstatic STCfvoType.EnumPERCENTstatic STCfvoType.EnumPERCENTILEstatic 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
-
NUM
static final STCfvoType.Enum NUM
-
PERCENT
static final STCfvoType.Enum PERCENT
-
MAX
static final STCfvoType.Enum MAX
-
MIN
static final STCfvoType.Enum MIN
-
FORMULA
static final STCfvoType.Enum FORMULA
-
PERCENTILE
static final STCfvoType.Enum PERCENTILE
-
INT_NUM
static final int INT_NUM
- See Also:
- Constant Field Values
-
INT_PERCENT
static final int INT_PERCENT
- 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_FORMULA
static final int INT_FORMULA
- See Also:
- Constant Field Values
-
INT_PERCENTILE
static final int INT_PERCENTILE
- See Also:
- Constant Field Values
-
-
Method Detail
-
enumValue
StringEnumAbstractBase enumValue()
-
set
void set(StringEnumAbstractBase e)
-
-