public class Script_Method extends Script_Reflection
sourceIDid, internalID, keyLong, name, namespace, objType, parentElement, value| Constructor and Description |
|---|
Script_Method(org.licas_xml.abs.Element autoXml)
Create a new instance of Script_Method and add the xml-based description of the
element values.
|
Script_Method(java.lang.String scriptType,
java.lang.String elemID)
Create a new instance of Script_Method.
|
getSourceID, setSourceID, toXmlgetID, getInternalID, getName, getNamespace, getObjType, getParent, getScriptUuid, getValue, processThis, setForUse, setNamespace, setObjType, setParent, setValue, setValue, usesSubEventspublic Script_Method(java.lang.String scriptType,
java.lang.String elemID)
scriptType - the script element type. This is also the element tag name
and should not be null.elemID - this is the external id used to identify this element specifically. The
element is also stored under this value and so it cannot be null.public Script_Method(org.licas_xml.abs.Element autoXml)
throws java.lang.Exception
autoXml - the xml-based description of values to add.java.lang.Exception - any error.