Class Constraint


  • public class Constraint
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Constraint​(java.lang.String keyName, java.lang.Object value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKeyName()  
      java.lang.Object getValue()  
      void setKeyName​(java.lang.String keyName)  
      void setValue​(java.lang.Object value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Constraint

        public Constraint​(java.lang.String keyName,
                          java.lang.Object value)
    • Method Detail

      • getKeyName

        public java.lang.String getKeyName()
      • setKeyName

        public void setKeyName​(java.lang.String keyName)
      • getValue

        public java.lang.Object getValue()
      • setValue

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