public final class ScriptPropObj extends Object
| Constructor and Description |
|---|
ScriptPropObj(Class<?> clazz,
String sName,
String sGetFunc,
String sSetFunc,
int eParamType,
int nXFAVersion,
int nAvailability,
int nVersionDep) |
| Modifier and Type | Method and 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) |
public boolean invokeGetProp(Obj scriptThis, Arg oRetValue, DependencyTracker dependencyTracker)
public boolean invokePermsFunc(Obj scriptThis)
public boolean hasGetter()
public boolean hasSetter()
public int getXFAVersion()
public int getAvailability()
public int getVersionDeprecated()
public int getParamType()
public String getName()
Copyright © 2010 - 2020 Adobe. All Rights Reserved