Class ExpressionBindingConfig

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String expression  
      boolean overlayOptOut  
      static java.lang.String TYPE  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExpressionBindingConfig​(java.lang.String expression, boolean overlayOptOut)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      java.lang.String getBindingType()
      A string that represents the type of binding that this configuration represents
      int hashCode()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • expression

        public java.lang.String expression
      • overlayOptOut

        public boolean overlayOptOut
    • Constructor Detail

      • ExpressionBindingConfig

        public ExpressionBindingConfig​(java.lang.String expression,
                                       boolean overlayOptOut)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object