Package com.adobe.xfa
Class ScriptPropObj
- java.lang.Object
-
- com.adobe.xfa.ScriptPropObj
-
public final class ScriptPropObj extends java.lang.ObjectDefines the parameters required to get/set a script property
-
-
Constructor Summary
Constructors Constructor Description 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 Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetAvailability()java.lang.StringgetName()intgetParamType()intgetVersionDeprecated()intgetXFAVersion()booleanhasGetter()booleanhasSetter()booleaninvokeGetProp(Obj scriptThis, Arg oRetValue, DependencyTracker dependencyTracker)booleaninvokePermsFunc(Obj scriptThis)booleaninvokeSetProp(Obj scriptThis, Arg oRetValue)
-
-
-
Method Detail
-
invokeGetProp
public boolean invokeGetProp(Obj scriptThis, Arg oRetValue, DependencyTracker dependencyTracker)
-
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()
-
-