Klasse EntityAttributeParameter<E extends Entity,T>

java.lang.Object
org.obrel.core.RelatedObject
Alle implementierten Schnittstellen:
org.obrel.core.Relatable

public class EntityAttributeParameter<E extends Entity,T> extends ParameterBase<T,EntityAttributeParameter<E,T>>
A parameter subclass that manages the relation between the process parameter and an entity attribute.
  • Konstruktordetails

  • Methodendetails

    • apply

      public void apply()
      Applies the current process parameter value to an entity.
    • isValueChanged

      public boolean isValueChanged()
      Check whether the parameter value is different than the attribute value.
      Gibt zurück:
      The value changed
    • reset

      public void reset()
      Resets the value of this parameter to the entity attribute value.
    • setEntity

      public void setEntity(E entity)
      Sets the entity of which the attribute value shall be displayed.
      Parameter:
      entity - The entity this parameter references