Interface STTopBot
-
- All Superinterfaces:
XmlAnySimpleType
,XmlObject
,XmlString
,XmlTokenSource
public interface STTopBot extends XmlString
An XML ST_TopBot(@http://schemas.openxmlformats.org/officeDocument/2006/math). This is an atomic type that is a restriction of org.openxmlformats.schemas.officeDocument.x2006.math.STTopBot.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
STTopBot.Enum
Enumeration value class for org.openxmlformats.schemas.officeDocument.x2006.math.STTopBot.
-
Field Summary
Fields Modifier and Type Field Description static STTopBot.Enum
BOT
static SimpleTypeFactory<STTopBot>
Factory
static int
INT_BOT
static int
INT_TOP
static STTopBot.Enum
TOP
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
getEnumValue()
void
setEnumValue(StringEnumAbstractBase e)
-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, setStringValue
-
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, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
Factory
static final SimpleTypeFactory<STTopBot> Factory
-
type
static final SchemaType type
-
TOP
static final STTopBot.Enum TOP
-
BOT
static final STTopBot.Enum BOT
-
INT_TOP
static final int INT_TOP
- See Also:
- Constant Field Values
-
INT_BOT
static final int INT_BOT
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEnumValue
StringEnumAbstractBase getEnumValue()
-
setEnumValue
void setEnumValue(StringEnumAbstractBase e)
-
-