Interface AllowedValue

    • Method Detail

      • getString

        java.lang.String getString()
        Gets the allowed value.
        Returns:
        the allowed value string
      • setString

        void setString​(java.lang.String aString)
        Sets the allowed value.
        Parameters:
        aString - the allowed value string
      • getDescription

        java.lang.String getDescription()
        Gets the verbose description of this allowed value.
        Returns:
        the description of this allowed value
      • setDescription

        void setDescription​(java.lang.String aDescription)
        Sets the verbose description of this allowed value.
        Parameters:
        aDescription - the description of this allowed value