Class ServiceInputParameter
java.lang.Object
com.almis.awe.model.entities.services.ServiceInputParameter
- All Implemented Interfaces:
Copyable
,Serializable
- Direct Known Subclasses:
MessageParameter
ServiceInputParameter Class
Used to parse the tag 'service_parameter' in file Services.xml with XStream
This class is used to instantiate input parameters for a service
- Author:
- Pablo GARCIA - 25/JUN/2010
- See Also:
-
Constructor Details
-
ServiceInputParameter
public ServiceInputParameter()
-
-
Method Details
-
isList
public boolean isList()Returns if is list- Returns:
- Is list
-
copy
Description copied from interface:Copyable
Get a copy of this element- Returns:
- element copy
-