Package com.adobe.xfa

Class ScriptPropObj


  • public final class ScriptPropObj
    extends java.lang.Object
    Defines the parameters required to get/set a script property
    • Constructor Detail

      • ScriptPropObj

        public ScriptPropObj​(java.lang.Class<?> clazz,
                             java.lang.String sName,
                             java.lang.String sGetFunc,
                             java.lang.String sSetFunc,
                             int eParamType,
                             int nXFAVersion,
                             int nAvailability,
                             int nVersionDep)
    • Method Detail

      • invokeGetProp

        public boolean invokeGetProp​(Obj scriptThis,
                                     Arg oRetValue,
                                     DependencyTracker dependencyTracker)
      • invokeSetProp

        public boolean invokeSetProp​(Obj scriptThis,
                                     Arg oRetValue)
      • invokePermsFunc

        public boolean invokePermsFunc​(Obj scriptThis)
      • hasGetter

        public boolean hasGetter()
      • hasSetter

        public boolean hasSetter()
      • getXFAVersion

        public int getXFAVersion()
      • getAvailability

        public int getAvailability()
      • getVersionDeprecated

        public int getVersionDeprecated()
      • getParamType

        public int getParamType()
      • getName

        public java.lang.String getName()