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.
  • Field Details

  • Method Details

    • getName

      String getName()
      Gets the "name" attribute
    • xgetName

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetName()
      Gets (as xml) the "name" attribute
    • isSetName

      boolean isSetName()
      True if has "name" attribute
    • setName

      void setName(String name)
      Sets the "name" attribute
    • xsetName

      void xsetName(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.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

      String getPrompt()
      Gets the "prompt" attribute
    • xgetPrompt

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetPrompt()
      Gets (as xml) the "prompt" attribute
    • isSetPrompt

      boolean isSetPrompt()
      True if has "prompt" attribute
    • setPrompt

      void setPrompt(String prompt)
      Sets the "prompt" attribute
    • xsetPrompt

      void xsetPrompt(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.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

      String getString()
      Gets the "string" attribute
    • xgetString

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetString()
      Gets (as xml) the "string" attribute
    • isSetString

      boolean isSetString()
      True if has "string" attribute
    • setString

      void setString(String string)
      Sets the "string" attribute
    • xsetString

      void xsetString(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring string)
      Sets (as xml) the "string" attribute
    • unsetString

      void unsetString()
      Unsets the "string" attribute
    • getCell

      String getCell()
      Gets the "cell" attribute
    • xgetCell

      org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring xgetCell()
      Gets (as xml) the "cell" attribute
    • isSetCell

      boolean isSetCell()
      True if has "cell" attribute
    • setCell

      void setCell(String cell)
      Sets the "cell" attribute
    • xsetCell

      void xsetCell(org.openxmlformats.schemas.officeDocument.x2006.sharedTypes.STXstring cell)
      Sets (as xml) the "cell" attribute
    • unsetCell

      void unsetCell()
      Unsets the "cell" attribute