|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xenonsoft.bridgetown.soa.config.ValueReferenceConfig
com.xenonsoft.bridgetown.soa.config.ArgumentConfig
This is an object that stores arguments after parsing the bridgetown XML configuration file.
| Field Summary | |
protected int |
index
Parameter index |
protected java.lang.String |
type
Parameter type |
| Fields inherited from class com.xenonsoft.bridgetown.soa.config.ValueReferenceConfig |
refContext, refService, refServiceConfig, value, VALUE_REF_EMPTY, VALUE_REF_NULL |
| Constructor Summary | |
ArgumentConfig()
Default constructor |
|
| Method Summary | |
int |
getIndex()
Gets the index in the parameter list |
java.lang.String |
getType()
Gets the (class name) type of the parameter |
void |
setIndex(int index)
Sets the index in the parameter list |
void |
setType(java.lang.String type)
Sets the (class name) type of the parameter |
java.lang.String |
toString()
Gets debuggable string |
| Methods inherited from class com.xenonsoft.bridgetown.soa.config.ValueReferenceConfig |
getRefContext, getRefService, getRefServiceConfig, getValue, setRefContext, setRefService, setRefServiceConfig, setValue, setValueFromListConfig, setValueFromMapConfig |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected int index
protected java.lang.String type
| Constructor Detail |
public ArgumentConfig()
| Method Detail |
public int getIndex()
public void setIndex(int index)
index - The index to set.public java.lang.String getType()
public void setType(java.lang.String type)
type - The type to set.public java.lang.String toString()
toString in class ValueReferenceConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||