Class Property


  • public class Property
    extends Object
    Represent a container property.
    • Constructor Detail

      • Property

        public Property()
    • Method Detail

      • setName

        public void setName​(String name)
        Parameters:
        name - the property name
      • setValue

        public void setValue​(String value)
        Parameters:
        value - the property value
      • getName

        public String getName()
        Returns:
        the property name
      • getValue

        public String getValue()
        Returns:
        the property value