Package com.adobe.xfa.configuration
Class ConfigurationValueScript
- java.lang.Object
-
- com.adobe.xfa.configuration.ConfigurationValueScript
-
public class ConfigurationValueScript extends java.lang.Object
This class contains all the script functionality associated with the ConfigurationValue class. Broken out into a separate class for easier maintainability.
-
-
Constructor Summary
Constructors Constructor Description ConfigurationValueScript()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
getClassName(Obj pThis, Arg oRetVal)
static ScriptTable
getScriptTable()
static void
getValue(Obj pObj, Arg oRetVal)
static void
setValue(Obj pObj, Arg propertyValue)
-