Class EnumeratedGroup
java.lang.Object
com.almis.awe.model.entities.enumerated.EnumeratedGroup
- All Implemented Interfaces:
Copyable
,XMLNode
,Serializable
EnumeratedGroup Class
Used to parse the file Enumerated.xml with XStream
Generates an enumerated group
- Author:
- Pablo GARCIA - 28/JUN/2010
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
Get a copy of this elementReturns the label of the selected value (for translate purpose in queries)
-
Constructor Details
-
EnumeratedGroup
public EnumeratedGroup()
-
-
Method Details
-
findLabel
Returns the label of the selected value (for translate purpose in queries)- Parameters:
value
- Value to find- Returns:
- Label of the value
-
getElementKey
- Specified by:
getElementKey
in interfaceXMLNode
- Returns:
- the elementKey
-
copy
Description copied from interface:Copyable
Get a copy of this element
-