|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.tuscany.spi.model.ModelObject
org.apache.tuscany.spi.model.Include
public class Include
Model object that represents the include of a composite by value.
Constructor Summary | |
---|---|
Include()
|
Method Summary | |
---|---|
CompositeComponentType |
getIncluded()
Returns the composite that was included. |
String |
getName()
Returns the name of the composite that is being included. |
URL |
getScdlLocation()
Returns the location of the SCDL for composite being included. |
void |
setIncluded(CompositeComponentType included)
Sets the composite that was included. |
void |
setName(String name)
Sets the name of the composite that is being included. |
void |
setScdlLocation(URL scdlLocation)
Sets the location of the SCDL for composite being included. |
Methods inherited from class org.apache.tuscany.spi.model.ModelObject |
---|
getExtensions |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Include()
Method Detail |
---|
public String getName()
public void setName(String name)
name
- the name of the composite that is being includedpublic URL getScdlLocation()
public void setScdlLocation(URL scdlLocation)
scdlLocation
- the location of the SCDL for composite being includedpublic CompositeComponentType getIncluded()
public void setIncluded(CompositeComponentType included)
included
- the composite that was included
|
Apache Tuscany SCA Kernel Sub-Project | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |