Interface ExpressionBindingConstants

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String CONFIG_EXPRESSION
      The key in the binding config object for the source of the expression
      static java.lang.String TYPE_ID
      The type ID for expression bindings.
    • Field Detail

      • TYPE_ID

        static final java.lang.String TYPE_ID
        The type ID for expression bindings.
        See Also:
        Constant Field Values
      • CONFIG_EXPRESSION

        static final java.lang.String CONFIG_EXPRESSION
        The key in the binding config object for the source of the expression
        See Also:
        Constant Field Values