Class AccessInfo

  • All Implemented Interfaces:
    java.io.Serializable

    public class AccessInfo
    extends java.lang.Object
    implements java.io.Serializable
    Represent an load/save binding expression

    e.g. "load = property (before|after) command" "save = property (before|after) command"

    Since:
    6.0.0
    Author:
    henrichen
    See Also:
    Serialized Form
    • Method Detail

      • getCommandName

        public java.lang.String getCommandName()
      • create

        public static AccessInfo create​(Binding binding,
                                        java.lang.String accessExpr,
                                        java.lang.Class<?> expectedType,
                                        ConditionType type,
                                        java.lang.String command,
                                        boolean ignoreTracker)