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