Interface IVariableDeclaration

    • Method Detail

      • getTypeName

        java.lang.String getTypeName()
                              throws CModelException
        Returns the variable declaration type name.
        Returns:
        String
        Throws:
        CModelException
      • setTypeName

        void setTypeName​(java.lang.String type)
                  throws CModelException
        Sets the variable declaration type name.
        Parameters:
        type -
        Throws:
        CModelException