Package com.almis.awe.model.entities
Class Global
java.lang.Object
com.almis.awe.model.entities.Global
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
@XStreamConverter(value=com.thoughtworks.xstream.converters.extended.ToAttributedValueConverter.class,
strings="markdown")
public class Global
extends Object
implements XMLNode, Copyable
Global Class
Used to parse an element with name, value and label inside an XML with XStream
- Author:
- Pablo GARCIA - 24/JUN/2010
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Global
public Global()
-
-
Method Details
-
getElementKey
- Specified by:
getElementKey
in interfaceXMLNode
- Returns:
- the elementKey
-
copy
Description copied from interface:Copyable
Get a copy of this element
-