com.codemonster.surinam.core.framework.injection
Class InjectedList
java.lang.Object
com.codemonster.surinam.core.framework.injection.PropertyBase
com.codemonster.surinam.core.framework.injection.InjectedList
- All Implemented Interfaces:
- ServiceProperty
public class InjectedList
- extends PropertyBase
- implements ServiceProperty
This class represents and encapsulates the concept of an injected array property.
User: sam
Date: Feb 14, 2010
Time: 10:35:02 AM
InjectedList
public InjectedList(String name,
List<String> values,
String method)
- This builds our injected property object via standard constructor.
getValues
public List<String> getValues()
setValues
public void setValues(List<String> value)
toXML
public String toXML()
- Description copied from class:
PropertyBase
- Putting this method here will make it clear that while it is required by the interface, we expect
subclasses to provide the appropriate implementations. This is important as these classes will be
used when generating new Action Documents.
- Specified by:
toXML in interface ServiceProperty- Specified by:
toXML in class PropertyBase
- Returns:
- Returns the XML form of this property.
Copyright © 2010. All Rights Reserved.