|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.soa.config.ListConfig
This is an object that stores arbitary list collection data after parsing the bridgetown XML configuration file.
| Constructor Summary | |
ListConfig()
Default constructor |
|
| Method Summary | |
void |
addReference(java.lang.String newRefServBean)
Appends an value reference configuration with a referenced bean to the end of the list |
void |
addValue(java.lang.Object newValue)
Appends an value reference configuration with a item value to the end of the list |
void |
addValueRef(ValueReferenceConfig valueRef)
Appends an value reference configuration to the end of the list |
java.util.Collection |
getCollection()
Gets the list as a generic collection |
java.util.List |
getList()
Gets the list |
void |
setList(java.util.List list)
Sets the list |
void |
setValueFromCollectionConfig(ICollectionConfig collectionConfig)
Sets the value of the property from a list configuration |
void |
setValueFromMapConfig(MapConfig mapConfig)
Sets the value of the property from a map configuration |
java.lang.String |
toString()
Gets debuggable string |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ListConfig()
| Method Detail |
public java.util.Collection getCollection()
getCollection in interface ICollectionConfigICollectionConfig.getCollection()public java.util.List getList()
public void setList(java.util.List list)
list - the new value for listpublic void addValue(java.lang.Object newValue)
newValue - the value of the item to applypublic void addReference(java.lang.String newRefServBean)
newRefServBean - the reference service bean of the item to applypublic void addValueRef(ValueReferenceConfig valueRef)
valueRef - the value reference to applypublic void setValueFromCollectionConfig(ICollectionConfig collectionConfig)
setValueFromCollectionConfig in interface IAnonymousCollectionMutatorcollectionConfig - the collection configurationpublic void setValueFromMapConfig(MapConfig mapConfig)
setValueFromMapConfig in interface IAnonymousMapMutatormapConfig - public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||