|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.soa.config.SetConfig
This is an object that stores arbitary set collection data after parsing the bridgetown XML configuration file.
| Constructor Summary | |
SetConfig()
Default constructor |
|
| Method Summary | |
void |
addReference(java.lang.String newRefServBean)
Appends an value reference configuration with a referenced bean to the end of the set |
void |
addValue(java.lang.Object newValue)
Appends an value reference configuration with a item value to the end of the set |
void |
addValueRef(ValueReferenceConfig valueRef)
Appends an value reference configuration to the end of the set |
java.util.Collection |
getCollection()
Gets the set as a generic collection |
java.util.Set |
getSet()
Gets the set |
void |
setSet(java.util.Set set)
Sets the set |
void |
setValueFromCollectionConfig(ICollectionConfig collectionConfig)
Sets the value of the property from a set 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 SetConfig()
| Method Detail |
public java.util.Collection getCollection()
getCollection in interface ICollectionConfigICollectionConfig.getCollection()public java.util.Set getSet()
public void setSet(java.util.Set set)
set - the new value for setpublic 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 collectionm 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 | |||||||||