com.codemonster.surinam.core.framework.injection
Class InjectedProperty
java.lang.Object
com.codemonster.surinam.core.framework.injection.PropertyBase
com.codemonster.surinam.core.framework.injection.InjectedProperty
- All Implemented Interfaces:
- ServiceProperty
public class InjectedProperty
- extends PropertyBase
- implements ServiceProperty
This class represents and encapsulates the concept of an injected property.
User: sam
Date: Feb 14, 2010
Time: 10:35:02 AM
|
Method Summary |
String |
getRef()
|
String |
getValue()
|
String |
toXML()
Putting this method here will make it clear that while it is required by the interface, we expect
subclasses to provide the appropriate implementations. |
InjectedProperty
public InjectedProperty(String name,
String value,
String ref,
String method)
- This builds our injected property object via standard constructor.
getRef
public String getRef()
getValue
public String getValue()
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.