Class PropertyTypeSelection.E

java.lang.Object
com.pnfsoftware.jeb.core.properties.impl.PropertyTypeSelection.E
Enclosing class:
PropertyTypeSelection

public static class PropertyTypeSelection.E extends Object
One selectable entry of a selection property type.
  • Method Details

    • getId

      public int getId()
      Get the entry identifier stored in the property value.
      Returns:
      the entry identifier
    • getValue

      public String getValue()
      Get the display value of the entry.
      Returns:
      the display value
    • getDescription

      public String getDescription()
      Get the optional entry description.
      Returns:
      the entry description
    • toString

      public String toString()
      Overrides:
      toString in class Object