Interface STPrintError
-
- All Superinterfaces:
XmlAnySimpleType
,XmlObject
,XmlString
,XmlTokenSource
public interface STPrintError extends XmlString
An XML ST_PrintError(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is an atomic type that is a restriction of org.openxmlformats.schemas.spreadsheetml.x2006.main.STPrintError.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
STPrintError.Enum
Enumeration value class for org.openxmlformats.schemas.spreadsheetml.x2006.main.STPrintError.
-
Field Summary
Fields Modifier and Type Field Description static STPrintError.Enum
BLANK
static STPrintError.Enum
DASH
static STPrintError.Enum
DISPLAYED
static SimpleTypeFactory<STPrintError>
Factory
static int
INT_BLANK
static int
INT_DASH
static int
INT_DISPLAYED
static int
INT_NA
static STPrintError.Enum
NA
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<STPrintError> Factory
-
type
static final SchemaType type
-
DISPLAYED
static final STPrintError.Enum DISPLAYED
-
BLANK
static final STPrintError.Enum BLANK
-
DASH
static final STPrintError.Enum DASH
-
NA
static final STPrintError.Enum NA
-
INT_DISPLAYED
static final int INT_DISPLAYED
- See Also:
- Constant Field Values
-
INT_BLANK
static final int INT_BLANK
- See Also:
- Constant Field Values
-
INT_DASH
static final int INT_DASH
- See Also:
- Constant Field Values
-
INT_NA
static final int INT_NA
- See Also:
- Constant Field Values
-
-
Method Detail
-
getEnumValue
StringEnumAbstractBase getEnumValue()
-
setEnumValue
void setEnumValue(StringEnumAbstractBase e)
-
-