2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.implementation.spring.xml
Class SpringConstructorArgElement
java.lang.Object
org.apache.tuscany.sca.implementation.spring.xml.SpringConstructorArgElement
public class SpringConstructorArgElement
- extends java.lang.Object
Represents a element in a Spring application-context
- this has ref attribute
Method Summary |
void |
addValue(java.lang.String value)
|
java.lang.String |
getRef()
|
java.lang.String |
getType()
|
java.util.List<java.lang.String> |
getValues()
|
void |
setRef(java.lang.String ref)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringConstructorArgElement
public SpringConstructorArgElement(java.lang.String ref,
java.lang.String type)
getType
public java.lang.String getType()
getRef
public java.lang.String getRef()
setRef
public void setRef(java.lang.String ref)
getValues
public java.util.List<java.lang.String> getValues()
addValue
public void addValue(java.lang.String value)