Interface STExternalConnectionType
-
- All Superinterfaces:
XmlAnySimpleType,XmlObject,XmlString,XmlTokenSource
public interface STExternalConnectionType extends XmlString
An XML ST_ExternalConnectionType(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.spreadsheetml.x2006.main.STExternalConnectionType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSTExternalConnectionType.EnumEnumeration value class for org.openxmlformats.schemas.spreadsheetml.x2006.main.STExternalConnectionType.static classSTExternalConnectionType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static STExternalConnectionType.EnumDMYstatic STExternalConnectionType.EnumDYMstatic STExternalConnectionType.EnumEMDstatic STExternalConnectionType.EnumGENERALstatic intINT_DMYstatic intINT_DYMstatic intINT_EMDstatic intINT_GENERALstatic intINT_MDYstatic intINT_MYDstatic intINT_SKIPstatic intINT_TEXTstatic intINT_YDMstatic intINT_YMDstatic STExternalConnectionType.EnumMDYstatic STExternalConnectionType.EnumMYDstatic STExternalConnectionType.EnumSKIPstatic STExternalConnectionType.EnumTEXTstatic SchemaTypetypestatic STExternalConnectionType.EnumYDMstatic STExternalConnectionType.EnumYMD-
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
-
GENERAL
static final STExternalConnectionType.Enum GENERAL
-
TEXT
static final STExternalConnectionType.Enum TEXT
-
MDY
static final STExternalConnectionType.Enum MDY
-
DMY
static final STExternalConnectionType.Enum DMY
-
YMD
static final STExternalConnectionType.Enum YMD
-
MYD
static final STExternalConnectionType.Enum MYD
-
DYM
static final STExternalConnectionType.Enum DYM
-
YDM
static final STExternalConnectionType.Enum YDM
-
SKIP
static final STExternalConnectionType.Enum SKIP
-
EMD
static final STExternalConnectionType.Enum EMD
-
INT_GENERAL
static final int INT_GENERAL
- See Also:
- Constant Field Values
-
INT_TEXT
static final int INT_TEXT
- See Also:
- Constant Field Values
-
INT_MDY
static final int INT_MDY
- See Also:
- Constant Field Values
-
INT_DMY
static final int INT_DMY
- See Also:
- Constant Field Values
-
INT_YMD
static final int INT_YMD
- See Also:
- Constant Field Values
-
INT_MYD
static final int INT_MYD
- See Also:
- Constant Field Values
-
INT_DYM
static final int INT_DYM
- See Also:
- Constant Field Values
-
INT_YDM
static final int INT_YDM
- See Also:
- Constant Field Values
-
INT_SKIP
static final int INT_SKIP
- See Also:
- Constant Field Values
-
INT_EMD
static final int INT_EMD
- See Also:
- Constant Field Values
-
-
Method Detail
-
enumValue
StringEnumAbstractBase enumValue()
-
set
void set(StringEnumAbstractBase e)
-
-