public class Action
extends java.lang.Object
Constructor and Description |
---|
Action() |
Modifier and Type | Method and Description |
---|---|
boolean |
addEventGroup(EventGroup ev)
Adds the event group.
|
void |
addText(java.lang.String text)
Adds text to this action.
|
void |
delText(int index)
Removes text added to this action.
|
java.util.Iterator<EventGroup> |
getEventGroups()
Gets the event groups.
|
java.lang.String |
getNodeName()
Gets the node name.
|
java.util.Iterator<java.lang.String> |
getText()
Gets the text.
|
void |
insertElementAt(EventGroup eventGroup,
int index)
Insert element at.
|
boolean |
remove(EventGroup ev)
Removes the.
|
EventGroup |
remove(int index)
Removes the.
|
void |
removeAllTexts()
Removes the all texts.
|
void |
setNodeName(java.lang.String nodeName)
Access to the node name of this action
|
java.lang.String |
toString() |
public void addText(java.lang.String text)
text
- the textpublic void delText(int index)
index
- the indexpublic void setNodeName(java.lang.String nodeName)
nodeName
- the new node namepublic java.util.Iterator<java.lang.String> getText()
public java.lang.String getNodeName()
public java.util.Iterator<EventGroup> getEventGroups()
public boolean remove(EventGroup ev)
ev
- the evpublic boolean addEventGroup(EventGroup ev)
ev
- the evpublic java.lang.String toString()
toString
in class java.lang.Object
public void insertElementAt(EventGroup eventGroup, int index)
eventGroup
- the event groupindex
- the indexpublic EventGroup remove(int index)
index
- the indexpublic void removeAllTexts()
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa