Package com.adobe.xfa
Class ScriptPropObj
- java.lang.Object
-
- com.adobe.xfa.ScriptPropObj
-
public final class ScriptPropObj extends Object
Defines the parameters required to get/set a script property
-
-
Constructor Summary
Constructors Constructor Description ScriptPropObj(Class<?> clazz, String sName, String sGetFunc, String sSetFunc, int eParamType, int nXFAVersion, int nAvailability, int nVersionDep)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAvailability()
String
getName()
int
getParamType()
int
getVersionDeprecated()
int
getXFAVersion()
boolean
hasGetter()
boolean
hasSetter()
boolean
invokeGetProp(Obj scriptThis, Arg oRetValue, DependencyTracker dependencyTracker)
boolean
invokePermsFunc(Obj scriptThis)
boolean
invokeSetProp(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 String getName()
-
-