Class SampleName

    • Constructor Detail

      • SampleName

        public SampleName​(String name)
    • Method Detail

      • getValue

        public Object getValue()
        Description copied from interface: Property
        Retrieves the value of this Property.
        Specified by:
        getValue in interface Property
        Returns:
        an object representing the value of this Property
      • getDescriptor

        public String getDescriptor​(boolean addHtmlTags)
        Description copied from interface: Property
        Creates a String to describe this property (often used in GUI applications).
        Specified by:
        getDescriptor in interface Property
        Parameters:
        addHtmlTags - if true, adds the 'html' tags at both ends of the descriptor String.
        Returns:
        a String, with or without 'html' tags, describing this Property
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object