Class PropertySheet.Property

java.lang.Object
org.spiderwiz.admin.data.PropertySheet.Property
Enclosing class:
PropertySheet

@WizSerializable
public static class PropertySheet.Property
extends Object
Holds the key to value mapping of a single configuration property.
  • Constructor Details

  • Method Details

    • getValue

      public String getValue()
      Gets the value of the value property.

      The value property is the value in a key to value mapping.

      Returns:
      value of the value property.
    • setValue

      public void setValue​(String value)
      Sets the value of the value property.

      The value property is the value in a key to value mapping.

      Parameters:
      value -
    • getKey

      public String getKey()
      Gets the value of the key property.

      The key property is the key in a key to value mapping.

      Returns:
      value of the key property.
    • setKey

      public void setKey​(String value)
      Sets the value of the key property.

      The key property is the key in a key to value mapping.

      Parameters:
      value -