Interface CTParameter
-
- All Superinterfaces:
XmlObject
,XmlTokenSource
public interface CTParameter extends XmlObject
An XML CT_Parameter(@http://schemas.openxmlformats.org/spreadsheetml/2006/main). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
CTParameter.Factory
A factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description 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 boolean
getBoolean()
Gets the "boolean" attributejava.lang.String
getCell()
Gets the "cell" attributedouble
getDouble()
Gets the "double" attributeint
getInteger()
Gets the "integer" attributejava.lang.String
getName()
Gets the "name" attributeSTParameterType.Enum
getParameterType()
Gets the "parameterType" attributejava.lang.String
getPrompt()
Gets the "prompt" attributeboolean
getRefreshOnChange()
Gets the "refreshOnChange" attributeint
getSqlType()
Gets the "sqlType" attributejava.lang.String
getString()
Gets the "string" attributeboolean
isSetBoolean()
True if has "boolean" attributeboolean
isSetCell()
True if has "cell" attributeboolean
isSetDouble()
True if has "double" attributeboolean
isSetInteger()
True if has "integer" attributeboolean
isSetName()
True if has "name" attributeboolean
isSetParameterType()
True if has "parameterType" attributeboolean
isSetPrompt()
True if has "prompt" attributeboolean
isSetRefreshOnChange()
True if has "refreshOnChange" attributeboolean
isSetSqlType()
True if has "sqlType" attributeboolean
isSetString()
True if has "string" attributevoid
setBoolean(boolean xboolean)
Sets the "boolean" attributevoid
setCell(java.lang.String cell)
Sets the "cell" attributevoid
setDouble(double xdouble)
Sets the "double" attributevoid
setInteger(int integer)
Sets the "integer" attributevoid
setName(java.lang.String name)
Sets the "name" attributevoid
setParameterType(STParameterType.Enum parameterType)
Sets the "parameterType" attributevoid
setPrompt(java.lang.String prompt)
Sets the "prompt" attributevoid
setRefreshOnChange(boolean refreshOnChange)
Sets the "refreshOnChange" attributevoid
setSqlType(int sqlType)
Sets the "sqlType" attributevoid
setString(java.lang.String string)
Sets the "string" attributevoid
unsetBoolean()
Unsets the "boolean" attributevoid
unsetCell()
Unsets the "cell" attributevoid
unsetDouble()
Unsets the "double" attributevoid
unsetInteger()
Unsets the "integer" attributevoid
unsetName()
Unsets the "name" attributevoid
unsetParameterType()
Unsets the "parameterType" attributevoid
unsetPrompt()
Unsets the "prompt" attributevoid
unsetRefreshOnChange()
Unsets the "refreshOnChange" attributevoid
unsetSqlType()
Unsets the "sqlType" attributevoid
unsetString()
Unsets the "string" attributeXmlBoolean
xgetBoolean()
Gets (as xml) the "boolean" attributeSTXstring
xgetCell()
Gets (as xml) the "cell" attributeXmlDouble
xgetDouble()
Gets (as xml) the "double" attributeXmlInt
xgetInteger()
Gets (as xml) the "integer" attributeSTXstring
xgetName()
Gets (as xml) the "name" attributeSTParameterType
xgetParameterType()
Gets (as xml) the "parameterType" attributeSTXstring
xgetPrompt()
Gets (as xml) the "prompt" attributeXmlBoolean
xgetRefreshOnChange()
Gets (as xml) the "refreshOnChange" attributeXmlInt
xgetSqlType()
Gets (as xml) the "sqlType" attributeSTXstring
xgetString()
Gets (as xml) the "string" attributevoid
xsetBoolean(XmlBoolean xboolean)
Sets (as xml) the "boolean" attributevoid
xsetCell(STXstring cell)
Sets (as xml) the "cell" attributevoid
xsetDouble(XmlDouble xdouble)
Sets (as xml) the "double" attributevoid
xsetInteger(XmlInt integer)
Sets (as xml) the "integer" attributevoid
xsetName(STXstring name)
Sets (as xml) the "name" attributevoid
xsetParameterType(STParameterType parameterType)
Sets (as xml) the "parameterType" attributevoid
xsetPrompt(STXstring prompt)
Sets (as xml) the "prompt" attributevoid
xsetRefreshOnChange(XmlBoolean refreshOnChange)
Sets (as xml) the "refreshOnChange" attributevoid
xsetSqlType(XmlInt sqlType)
Sets (as xml) the "sqlType" attributevoid
xsetString(STXstring string)
Sets (as xml) the "string" attribute-
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
-
-
Method Detail
-
getName
java.lang.String getName()
Gets the "name" attribute
-
xgetName
STXstring xgetName()
Gets (as xml) the "name" attribute
-
isSetName
boolean isSetName()
True if has "name" attribute
-
setName
void setName(java.lang.String name)
Sets the "name" attribute
-
xsetName
void xsetName(STXstring name)
Sets (as xml) the "name" attribute
-
unsetName
void unsetName()
Unsets the "name" attribute
-
getSqlType
int getSqlType()
Gets the "sqlType" attribute
-
xgetSqlType
XmlInt xgetSqlType()
Gets (as xml) the "sqlType" attribute
-
isSetSqlType
boolean isSetSqlType()
True if has "sqlType" attribute
-
setSqlType
void setSqlType(int sqlType)
Sets the "sqlType" attribute
-
xsetSqlType
void xsetSqlType(XmlInt sqlType)
Sets (as xml) the "sqlType" attribute
-
unsetSqlType
void unsetSqlType()
Unsets the "sqlType" attribute
-
getParameterType
STParameterType.Enum getParameterType()
Gets the "parameterType" attribute
-
xgetParameterType
STParameterType xgetParameterType()
Gets (as xml) the "parameterType" attribute
-
isSetParameterType
boolean isSetParameterType()
True if has "parameterType" attribute
-
setParameterType
void setParameterType(STParameterType.Enum parameterType)
Sets the "parameterType" attribute
-
xsetParameterType
void xsetParameterType(STParameterType parameterType)
Sets (as xml) the "parameterType" attribute
-
unsetParameterType
void unsetParameterType()
Unsets the "parameterType" attribute
-
getRefreshOnChange
boolean getRefreshOnChange()
Gets the "refreshOnChange" attribute
-
xgetRefreshOnChange
XmlBoolean xgetRefreshOnChange()
Gets (as xml) the "refreshOnChange" attribute
-
isSetRefreshOnChange
boolean isSetRefreshOnChange()
True if has "refreshOnChange" attribute
-
setRefreshOnChange
void setRefreshOnChange(boolean refreshOnChange)
Sets the "refreshOnChange" attribute
-
xsetRefreshOnChange
void xsetRefreshOnChange(XmlBoolean refreshOnChange)
Sets (as xml) the "refreshOnChange" attribute
-
unsetRefreshOnChange
void unsetRefreshOnChange()
Unsets the "refreshOnChange" attribute
-
getPrompt
java.lang.String getPrompt()
Gets the "prompt" attribute
-
xgetPrompt
STXstring xgetPrompt()
Gets (as xml) the "prompt" attribute
-
isSetPrompt
boolean isSetPrompt()
True if has "prompt" attribute
-
setPrompt
void setPrompt(java.lang.String prompt)
Sets the "prompt" attribute
-
xsetPrompt
void xsetPrompt(STXstring prompt)
Sets (as xml) the "prompt" attribute
-
unsetPrompt
void unsetPrompt()
Unsets the "prompt" attribute
-
getBoolean
boolean getBoolean()
Gets the "boolean" attribute
-
xgetBoolean
XmlBoolean xgetBoolean()
Gets (as xml) the "boolean" attribute
-
isSetBoolean
boolean isSetBoolean()
True if has "boolean" attribute
-
setBoolean
void setBoolean(boolean xboolean)
Sets the "boolean" attribute
-
xsetBoolean
void xsetBoolean(XmlBoolean xboolean)
Sets (as xml) the "boolean" attribute
-
unsetBoolean
void unsetBoolean()
Unsets the "boolean" attribute
-
getDouble
double getDouble()
Gets the "double" attribute
-
xgetDouble
XmlDouble xgetDouble()
Gets (as xml) the "double" attribute
-
isSetDouble
boolean isSetDouble()
True if has "double" attribute
-
setDouble
void setDouble(double xdouble)
Sets the "double" attribute
-
xsetDouble
void xsetDouble(XmlDouble xdouble)
Sets (as xml) the "double" attribute
-
unsetDouble
void unsetDouble()
Unsets the "double" attribute
-
getInteger
int getInteger()
Gets the "integer" attribute
-
xgetInteger
XmlInt xgetInteger()
Gets (as xml) the "integer" attribute
-
isSetInteger
boolean isSetInteger()
True if has "integer" attribute
-
setInteger
void setInteger(int integer)
Sets the "integer" attribute
-
xsetInteger
void xsetInteger(XmlInt integer)
Sets (as xml) the "integer" attribute
-
unsetInteger
void unsetInteger()
Unsets the "integer" attribute
-
getString
java.lang.String getString()
Gets the "string" attribute
-
xgetString
STXstring xgetString()
Gets (as xml) the "string" attribute
-
isSetString
boolean isSetString()
True if has "string" attribute
-
setString
void setString(java.lang.String string)
Sets the "string" attribute
-
xsetString
void xsetString(STXstring string)
Sets (as xml) the "string" attribute
-
unsetString
void unsetString()
Unsets the "string" attribute
-
getCell
java.lang.String getCell()
Gets the "cell" attribute
-
xgetCell
STXstring xgetCell()
Gets (as xml) the "cell" attribute
-
isSetCell
boolean isSetCell()
True if has "cell" attribute
-
setCell
void setCell(java.lang.String cell)
Sets the "cell" attribute
-
xsetCell
void xsetCell(STXstring cell)
Sets (as xml) the "cell" attribute
-
unsetCell
void unsetCell()
Unsets the "cell" attribute
-
-