public interface ConditionType
Defines a custom condition type.
  • Method Details

    • entityType

      EntityType entityType()
      Returns:
      the entity type
    • name

      String name()
      Returns:
      the name
    • conditionType

      static ConditionType conditionType(EntityType entityType, String name)
      Instantiates a new ConditionType for the given entity type
      Parameters:
      entityType - the entityType
      name - the name
      Returns:
      a new condition type