Class Action
java.lang.Object
com.almis.awe.model.entities.actions.Action
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
Action Class
Used to parse the Actions.xml file with XStream
This class is used to parse a single action inside the file
- Author:
- Pablo GARCIA - 25/JUN/2010
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncopy()
Get a copy of this elementgetAnswer
(AnswerType type) Returns an answer given its typeReturns an answer given its type
-
Constructor Details
-
Action
public Action()
-
-
Method Details
-
getAnswer
Returns an answer given its type- Parameters:
type
- answer type- Returns:
- List of action answers
- Throws:
AWException
- AWE exception
-
getAnswer
Returns an answer given its type- Parameters:
type
- type- Returns:
- List of action answers
- Throws:
AWException
- AWE exception
-
getElementKey
- Specified by:
getElementKey
in interfaceXMLNode
- Returns:
- the elementKey
-
copy
Description copied from interface:Copyable
Get a copy of this element
-