Class IndirectTagBindingConfig

    • Constructor Summary

      Constructors 
      Constructor Description
      IndirectTagBindingConfig​(java.lang.String path, java.util.Map<java.lang.Integer,​java.lang.String> references, boolean bidirectional, int fallbackDelay, boolean overlayOptOut, ColorStateTable colorStateTable)  
    • 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

      • path

        public java.lang.String path
      • references

        public java.util.Map<java.lang.Integer,​java.lang.String> references
      • bidirectional

        public boolean bidirectional
      • fallbackDelay

        public int fallbackDelay
      • overlayOptOut

        public boolean overlayOptOut
    • Constructor Detail

      • IndirectTagBindingConfig

        public IndirectTagBindingConfig​(java.lang.String path,
                                        java.util.Map<java.lang.Integer,​java.lang.String> references,
                                        boolean bidirectional,
                                        int fallbackDelay,
                                        boolean overlayOptOut,
                                        ColorStateTable colorStateTable)
    • 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