|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl.ModelObjectImpl
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl.SpecificationReferenceImpl
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl.ImplementationReferenceImpl
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl.DependencyImpl
public class DependencyImpl
| Field Summary | |
|---|---|
protected Boolean |
bound
|
protected String |
name
|
protected Boolean |
optional
|
protected PropertiesImpl |
properties
|
| Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl.ImplementationReferenceImpl |
|---|
implementationName |
| Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl.SpecificationReferenceImpl |
|---|
identifier, version |
| Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl.ModelObjectImpl |
|---|
authors, createDate, documentation, modelVersion |
| Constructor Summary | |
|---|---|
DependencyImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl.DependencyImpl instance. |
|
DependencyImpl(DependencyImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl.DependencyImpl instance by copying a given instance. |
|
| Method Summary | |
|---|---|
DependencyImpl |
clone()
Creates and returns a copy of this object. |
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 class net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl.ImplementationReferenceImpl |
|---|
getImplementationName, setImplementationName |
| Methods inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl.SpecificationReferenceImpl |
|---|
getIdentifier, getVersion, setIdentifier, setVersion |
| Methods inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl.ModelObjectImpl |
|---|
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 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 |
| Field Detail |
|---|
protected PropertiesImpl properties
protected String name
protected Boolean bound
protected Boolean optional
| Constructor Detail |
|---|
public DependencyImpl()
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl.DependencyImpl instance.
public DependencyImpl(DependencyImpl o)
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jomc.impl.DependencyImpl instance by copying a given instance.
o - The instance to copy or null.| Method Detail |
|---|
public Properties getProperties()
Dependency
getProperties in interface DependencyPropertiespublic void setProperties(Properties value)
Dependency
setProperties in interface Dependencyvalue - allowed object is
Propertiespublic String getName()
Dependency
getName in interface DependencyStringpublic void setName(String value)
Dependency
setName in interface Dependencyvalue - allowed object is
Stringpublic boolean isBound()
Dependency
isBound in interface DependencyBooleanpublic void setBound(Boolean value)
Dependency
setBound in interface Dependencyvalue - allowed object is
Booleanpublic boolean isOptional()
Dependency
isOptional in interface DependencyBooleanpublic void setOptional(Boolean value)
Dependency
setOptional in interface Dependencyvalue - allowed object is
Booleanpublic DependencyImpl clone()
clone in class ImplementationReferenceImpl
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||