public abstract class Script_Reflection extends Script_Element
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
sourceID
The id of the sourceID to invoke the method on
|
id, internalID, keyLong, name, namespace, objType, parentElement, value| Constructor and Description |
|---|
Script_Reflection(org.licas_xml.abs.Element autoXml)
Create a new instance of Auto_Method and add the xml-based description of the
element values.
|
Script_Reflection(java.lang.String scriptType,
java.lang.String elemID)
Create a new instance of Auto_Method.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSourceID()
Get the source id that the reflection object is to be used on.
|
void |
setSourceID(java.lang.String thisSourceID)
Set the sourceID id that the reflection object is to be used on.
|
org.licas_xml.abs.Element |
toXml()
Convert the contents of this Script_Element into an XML-only format.
|
getID, getInternalID, getName, getNamespace, getObjType, getParent, getScriptUuid, getValue, processThis, setForUse, setNamespace, setObjType, setParent, setValue, setValue, usesSubEventsprotected java.lang.String sourceID
public Script_Reflection(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_Reflection(org.licas_xml.abs.Element autoXml)
throws java.lang.Exception
autoXml - the xml-based description of values to add.java.lang.Exception - any error.public void setSourceID(java.lang.String thisSourceID)
thisSourceID - the source object id.public java.lang.String getSourceID()
public org.licas_xml.abs.Element toXml()
throws java.lang.Exception
toXml in class Script_Elementjava.lang.Exception - any error.