Class Constraint

  • Direct Known Subclasses:
    MapConstraint

    public class Constraint
    extends java.lang.Object
    • Field Detail

      • property

        protected java.lang.String property
      • value

        protected java.lang.Object value
    • Constructor Detail

      • Constraint

        public Constraint()
      • Constraint

        public Constraint​(Constraint.Type type,
                          java.lang.String property,
                          java.lang.Object value)
    • Method Detail

      • getProperty

        public java.lang.String getProperty()
      • setProperty

        public void setProperty​(java.lang.String property)
      • getValue

        public java.lang.Object getValue()
      • setValue

        public void setValue​(java.lang.Object value)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object