Class ElementScript
- java.lang.Object
-
- com.neotropic.kuwaiba.modules.commercial.processman.forms.elements.ElementScript
-
-
Constructor Summary
Constructors Constructor Description ElementScript()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Runner
getFunctionByName(String name)
HashMap<String,Runner>
getFunctions()
String
getTagName()
Gets the element name.void
initFromXML(XMLStreamReader reader)
Init the element from XML
-
-
-
Method Detail
-
initFromXML
public void initFromXML(XMLStreamReader reader) throws XMLStreamException
Description copied from interface:Tag
Init the element from XML- Specified by:
initFromXML
in interfaceTag
- Throws:
XMLStreamException
-
getTagName
public String getTagName()
Description copied from interface:Tag
Gets the element name.- Specified by:
getTagName
in interfaceTag
- Returns:
- The element name.
-
-