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 classCTParameter.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SchemaTypetype-
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 booleangetBoolean()Gets the "boolean" attributejava.lang.StringgetCell()Gets the "cell" attributedoublegetDouble()Gets the "double" attributeintgetInteger()Gets the "integer" attributejava.lang.StringgetName()Gets the "name" attributeSTParameterType.EnumgetParameterType()Gets the "parameterType" attributejava.lang.StringgetPrompt()Gets the "prompt" attributebooleangetRefreshOnChange()Gets the "refreshOnChange" attributeintgetSqlType()Gets the "sqlType" attributejava.lang.StringgetString()Gets the "string" attributebooleanisSetBoolean()True if has "boolean" attributebooleanisSetCell()True if has "cell" attributebooleanisSetDouble()True if has "double" attributebooleanisSetInteger()True if has "integer" attributebooleanisSetName()True if has "name" attributebooleanisSetParameterType()True if has "parameterType" attributebooleanisSetPrompt()True if has "prompt" attributebooleanisSetRefreshOnChange()True if has "refreshOnChange" attributebooleanisSetSqlType()True if has "sqlType" attributebooleanisSetString()True if has "string" attributevoidsetBoolean(boolean xboolean)Sets the "boolean" attributevoidsetCell(java.lang.String cell)Sets the "cell" attributevoidsetDouble(double xdouble)Sets the "double" attributevoidsetInteger(int integer)Sets the "integer" attributevoidsetName(java.lang.String name)Sets the "name" attributevoidsetParameterType(STParameterType.Enum parameterType)Sets the "parameterType" attributevoidsetPrompt(java.lang.String prompt)Sets the "prompt" attributevoidsetRefreshOnChange(boolean refreshOnChange)Sets the "refreshOnChange" attributevoidsetSqlType(int sqlType)Sets the "sqlType" attributevoidsetString(java.lang.String string)Sets the "string" attributevoidunsetBoolean()Unsets the "boolean" attributevoidunsetCell()Unsets the "cell" attributevoidunsetDouble()Unsets the "double" attributevoidunsetInteger()Unsets the "integer" attributevoidunsetName()Unsets the "name" attributevoidunsetParameterType()Unsets the "parameterType" attributevoidunsetPrompt()Unsets the "prompt" attributevoidunsetRefreshOnChange()Unsets the "refreshOnChange" attributevoidunsetSqlType()Unsets the "sqlType" attributevoidunsetString()Unsets the "string" attributeXmlBooleanxgetBoolean()Gets (as xml) the "boolean" attributeSTXstringxgetCell()Gets (as xml) the "cell" attributeXmlDoublexgetDouble()Gets (as xml) the "double" attributeXmlIntxgetInteger()Gets (as xml) the "integer" attributeSTXstringxgetName()Gets (as xml) the "name" attributeSTParameterTypexgetParameterType()Gets (as xml) the "parameterType" attributeSTXstringxgetPrompt()Gets (as xml) the "prompt" attributeXmlBooleanxgetRefreshOnChange()Gets (as xml) the "refreshOnChange" attributeXmlIntxgetSqlType()Gets (as xml) the "sqlType" attributeSTXstringxgetString()Gets (as xml) the "string" attributevoidxsetBoolean(XmlBoolean xboolean)Sets (as xml) the "boolean" attributevoidxsetCell(STXstring cell)Sets (as xml) the "cell" attributevoidxsetDouble(XmlDouble xdouble)Sets (as xml) the "double" attributevoidxsetInteger(XmlInt integer)Sets (as xml) the "integer" attributevoidxsetName(STXstring name)Sets (as xml) the "name" attributevoidxsetParameterType(STParameterType parameterType)Sets (as xml) the "parameterType" attributevoidxsetPrompt(STXstring prompt)Sets (as xml) the "prompt" attributevoidxsetRefreshOnChange(XmlBoolean refreshOnChange)Sets (as xml) the "refreshOnChange" attributevoidxsetSqlType(XmlInt sqlType)Sets (as xml) the "sqlType" attributevoidxsetString(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
-
-