Class PropertyChangeNotification.Entry

java.lang.Object
com.pnfsoftware.jeb.core.events.PropertyChangeNotification.Entry
Enclosing class:
PropertyChangeNotification

public static class PropertyChangeNotification.Entry extends Object
A property change entry.
  • Constructor Details

  • Method Details

    • getPropertyFullyQualifiedName

      public String getPropertyFullyQualifiedName()
      Returns:
      never null
    • getUpdatedValue

      public Object getUpdatedValue()
      Returns:
      non null if set to a value, null if the property was removed (= reset to default)
    • getPropertyDefinition

      public IPropertyDefinition getPropertyDefinition()
      Returns:
      may be null
    • toString

      public String toString()
      Overrides:
      toString in class Object