Class XItemConditionDescriptor

java.lang.Object
de.xima.fc.form.common.models.XItemConditionDescriptor
All Implemented Interfaces:
Serializable

public class XItemConditionDescriptor extends Object implements Serializable
See Also:
  • Constructor Details

    • XItemConditionDescriptor

      public XItemConditionDescriptor(boolean negated, String name)
  • Method Details

    • getName

      public String getName()
      Returns:
      The condition is fulfilled depending on whether the (state / user group etc.) matches this name.
    • isNegated

      public boolean isNegated()
      Returns:
      When true, the condition is fulfilled when the (state / user group etc.) does not match the getName(). When true, the condition is fulfilled when the (state / user group etc.) does matches the getName().