|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PropertyInclude
This inteface makes an entity to have properties. Usually properties are specified in the XML configuration langugae.
| Method Summary | |
|---|---|
void |
addProperties(Collection<MediatorProperty> properties)
Add a set of properties |
void |
addProperty(MediatorProperty property)
Add a property |
Collection<MediatorProperty> |
getProperties()
Get all the parameters as a Collection |
MediatorProperty |
getProperty(String name)
Retrieve the property with the specific name |
MediatorProperty |
removeProperty(String name)
Remove a property and return it |
| Method Detail |
|---|
void addProperty(MediatorProperty property)
property - property to be addedvoid addProperties(Collection<MediatorProperty> properties)
properties - Collection of properties to be addedMediatorProperty getProperty(String name)
name - name of the parameter
nullMediatorProperty removeProperty(String name)
name - name of the property to be removed
Collection<MediatorProperty> getProperties()
Collection
Collection
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||