|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Dependency
Object an implementation depends on.
Java class for Dependency complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Dependency">
<complexContent>
<extension base="{http://jdtaus.org/core/model/container}ImplementationReference">
<sequence>
<element ref="{http://jdtaus.org/core/model/container}properties" minOccurs="0"/>
</sequence>
<attribute name="name" use="required" type="{http://jdtaus.org/core/model/container}Identifier" />
<attribute name="bound" use="required" type="{http://www.w3.org/2001/XMLSchema}boolean" />
</extension>
</complexContent>
</complexType>
| Method Summary | |
|---|---|
String |
getName()
Gets the value of the name property. |
Properties |
getProperties()
Properties to be set with the object. |
boolean |
isBound()
Gets the value of the bound property. |
void |
setBound(boolean value)
Sets the value of the bound property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setProperties(Properties value)
Sets the value of the properties property. |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.ImplementationReference |
|---|
getImplementationName, setImplementationName |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.SpecificationReference |
|---|
getIdentifier, getVersion, setIdentifier, setVersion |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jdtaus.container.ModelObject |
|---|
getDocumentation, getModelVersion, setDocumentation, setModelVersion |
| Method Detail |
|---|
Properties getProperties()
Propertiesvoid setProperties(Properties value)
value - allowed object is
PropertiesString getName()
Stringvoid setName(String value)
value - allowed object is
Stringboolean isBound()
void setBound(boolean value)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||