Class ObjectCondition

  • All Implemented Interfaces:
    ICondition

    public class ObjectCondition
    extends ConstrainableCondition
    A condition that contains constraints belonging to one object. The tests may contain simple constant tests as well as joins with other objects.
    • Constructor Detail

      • ObjectCondition

        public ObjectCondition​(OAVObjectType type)
        Create a new object condition.
      • ObjectCondition

        public ObjectCondition​(OAVObjectType type,
                               java.util.List constraints)
        Create a new object condition.
    • Method Detail

      • getObjectType

        public OAVObjectType getObjectType()
        Get the object type.
        Returns:
        The object type.
      • setObjectType

        public void setObjectType​(OAVObjectType type)
        Get the object type.
      • toString

        public java.lang.String toString()
        Get the string representation.
        Overrides:
        toString in class java.lang.Object
        Returns:
        The string representation.