|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Dependency
Dependency meta-data.
A dependency consists of a name uniquely identifying the dependency in a set
of dependencies and pairs a specification with corresponding implementations
from a set of available implementations. Properties set with a dependency
overwrite properties of the dependencies specification. The bound flag
indicates if the instance of the dependency is bound to the declaring
implementation. The optional flag indicates an optional dependency.
| Method Summary | |
|---|---|
String |
getName()
Name of this dependency. |
Properties |
getProperties()
Properties of this dependency. |
boolean |
isBound()
True, if this dependency is bound to its object; false, if not. |
boolean |
isOptional()
True, if this dependency is optional; false, if not. |
void |
setBound(Boolean value)
Sets the value of the bound property. |
void |
setName(String value)
Sets the value of the name property. |
void |
setOptional(Boolean value)
Sets the value of the optional property. |
void |
setProperties(Properties value)
Sets the value of the properties property. |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.ImplementationReference |
|---|
getImplementationName, setImplementationName |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.SpecificationReference |
|---|
getIdentifier, getVersion, setIdentifier, setVersion |
| Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.ModelObject |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, 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()
Booleanvoid setBound(Boolean value)
value - allowed object is
Booleanboolean isOptional()
Booleanvoid setOptional(Boolean value)
value - allowed object is
Boolean
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||