Interface STArrayBaseType
-
- All Superinterfaces:
XmlAnySimpleType,XmlObject,XmlString,XmlTokenSource
public interface STArrayBaseType extends XmlString
An XML ST_ArrayBaseType(@http://schemas.openxmlformats.org/officeDocument/2006/docPropsVTypes). This is an atomic type that is a restriction of org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STArrayBaseType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTArrayBaseType.EnumEnumeration value class for org.openxmlformats.schemas.officeDocument.x2006.docPropsVTypes.STArrayBaseType.static classSTArrayBaseType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static STArrayBaseType.EnumBOOLstatic STArrayBaseType.EnumBSTRstatic STArrayBaseType.EnumCYstatic STArrayBaseType.EnumDATEstatic STArrayBaseType.EnumDECIMALstatic STArrayBaseType.EnumERRORstatic STArrayBaseType.EnumI_1static STArrayBaseType.EnumI_2static STArrayBaseType.EnumI_4static STArrayBaseType.EnumINTstatic intINT_BOOLstatic intINT_BSTRstatic intINT_CYstatic intINT_DATEstatic intINT_DECIMALstatic intINT_ERRORstatic intINT_I_1static intINT_I_2static intINT_I_4static intINT_INTstatic intINT_R_4static intINT_R_8static intINT_UI_1static intINT_UI_2static intINT_UI_4static intINT_UINTstatic intINT_VARIANTstatic STArrayBaseType.EnumR_4static STArrayBaseType.EnumR_8static SchemaTypetypestatic STArrayBaseType.EnumUI_1static STArrayBaseType.EnumUI_2static STArrayBaseType.EnumUI_4static STArrayBaseType.EnumUINTstatic STArrayBaseType.EnumVARIANT-
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
-
VARIANT
static final STArrayBaseType.Enum VARIANT
-
I_1
static final STArrayBaseType.Enum I_1
-
I_2
static final STArrayBaseType.Enum I_2
-
I_4
static final STArrayBaseType.Enum I_4
-
INT
static final STArrayBaseType.Enum INT
-
UI_1
static final STArrayBaseType.Enum UI_1
-
UI_2
static final STArrayBaseType.Enum UI_2
-
UI_4
static final STArrayBaseType.Enum UI_4
-
UINT
static final STArrayBaseType.Enum UINT
-
R_4
static final STArrayBaseType.Enum R_4
-
R_8
static final STArrayBaseType.Enum R_8
-
DECIMAL
static final STArrayBaseType.Enum DECIMAL
-
BSTR
static final STArrayBaseType.Enum BSTR
-
DATE
static final STArrayBaseType.Enum DATE
-
BOOL
static final STArrayBaseType.Enum BOOL
-
CY
static final STArrayBaseType.Enum CY
-
ERROR
static final STArrayBaseType.Enum ERROR
-
INT_VARIANT
static final int INT_VARIANT
- See Also:
- Constant Field Values
-
INT_I_1
static final int INT_I_1
- See Also:
- Constant Field Values
-
INT_I_2
static final int INT_I_2
- See Also:
- Constant Field Values
-
INT_I_4
static final int INT_I_4
- See Also:
- Constant Field Values
-
INT_INT
static final int INT_INT
- See Also:
- Constant Field Values
-
INT_UI_1
static final int INT_UI_1
- See Also:
- Constant Field Values
-
INT_UI_2
static final int INT_UI_2
- See Also:
- Constant Field Values
-
INT_UI_4
static final int INT_UI_4
- See Also:
- Constant Field Values
-
INT_UINT
static final int INT_UINT
- See Also:
- Constant Field Values
-
INT_R_4
static final int INT_R_4
- See Also:
- Constant Field Values
-
INT_R_8
static final int INT_R_8
- See Also:
- Constant Field Values
-
INT_DECIMAL
static final int INT_DECIMAL
- See Also:
- Constant Field Values
-
INT_BSTR
static final int INT_BSTR
- See Also:
- Constant Field Values
-
INT_DATE
static final int INT_DATE
- See Also:
- Constant Field Values
-
INT_BOOL
static final int INT_BOOL
- See Also:
- Constant Field Values
-
INT_CY
static final int INT_CY
- See Also:
- Constant Field Values
-
INT_ERROR
static final int INT_ERROR
- See Also:
- Constant Field Values
-
-
Method Detail
-
enumValue
StringEnumAbstractBase enumValue()
-
set
void set(StringEnumAbstractBase e)
-
-