2016/05/28 - Apache Tuscany has been retired.
For more information, please explore the Attic.
org.apache.tuscany.sca.implementation.spring.xml
Class SpringSCAPropertyElement
java.lang.Object
org.apache.tuscany.sca.implementation.spring.xml.SpringSCAPropertyElement
public class SpringSCAPropertyElement
- extends java.lang.Object
Represents an element in a Spring application-context
- this has name and type attributes
Method Summary |
java.lang.String |
getName()
|
java.lang.String |
getType()
|
void |
setName(java.lang.String name)
|
void |
setType(java.lang.String type)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpringSCAPropertyElement
public SpringSCAPropertyElement(java.lang.String name,
java.lang.String type)
setName
public void setName(java.lang.String name)
getName
public java.lang.String getName()
setType
public void setType(java.lang.String type)
getType
public java.lang.String getType()