Interface VCustomControl

    • Method Detail

      • getBundleName

        java.lang.String getBundleName()
        Returns the value of the 'Bundle Name' attribute.

        If the meaning of the 'Bundle Name' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Bundle Name' attribute.
        See Also:
        setBundleName(String), VCustomPackage.getCustomControl_BundleName()
      • setBundleName

        void setBundleName​(java.lang.String value)
        Sets the value of the 'Bundle Name' attribute.
        Parameters:
        value - the new value of the 'Bundle Name' attribute.
        See Also:
        getBundleName()
      • getClassName

        java.lang.String getClassName()
        Returns the value of the 'Class Name' attribute.

        If the meaning of the 'Class Name' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Class Name' attribute.
        See Also:
        setClassName(String), VCustomPackage.getCustomControl_ClassName()
      • setClassName

        void setClassName​(java.lang.String value)
        Sets the value of the 'Class Name' attribute.
        Parameters:
        value - the new value of the 'Class Name' attribute.
        See Also:
        getClassName()