net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jdtaus.container.impl
Class DependencyImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jdtaus.container.impl.ModelObjectImpl
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jdtaus.container.impl.SpecificationReferenceImpl
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jdtaus.container.impl.ImplementationReferenceImpl
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jdtaus.container.impl.DependencyImpl
- All Implemented Interfaces:
- Serializable, Cloneable, Dependency, ImplementationReference, ModelObject, SpecificationReference
public class DependencyImpl
- extends ImplementationReferenceImpl
- implements Serializable, Cloneable, Dependency
- See Also:
- Serialized Form
|
Constructor Summary |
DependencyImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jdtaus.container.impl.DependencyImpl instance. |
DependencyImpl(DependencyImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jdtaus.container.impl.DependencyImpl instance by copying a given instance. |
properties
protected PropertiesImpl properties
name
protected String name
bound
protected boolean bound
DependencyImpl
public DependencyImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jdtaus.container.impl.DependencyImpl instance.
DependencyImpl
public DependencyImpl(DependencyImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.jdtaus.container.impl.DependencyImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getProperties
public Properties getProperties()
- Description copied from interface:
Dependency
- Properties to be set with the object.
- Specified by:
getProperties in interface Dependency
- Returns:
- possible object is
Properties
setProperties
public void setProperties(Properties value)
- Description copied from interface:
Dependency
- Sets the value of the properties property.
- Specified by:
setProperties in interface Dependency
- Parameters:
value - allowed object is
Properties
getName
public String getName()
- Description copied from interface:
Dependency
- Gets the value of the name property.
- Specified by:
getName in interface Dependency
- Returns:
- possible object is
String
setName
public void setName(String value)
- Description copied from interface:
Dependency
- Sets the value of the name property.
- Specified by:
setName in interface Dependency
- Parameters:
value - allowed object is
String
isBound
public boolean isBound()
- Description copied from interface:
Dependency
- Gets the value of the bound property.
- Specified by:
isBound in interface Dependency
setBound
public void setBound(boolean value)
- Description copied from interface:
Dependency
- Sets the value of the bound property.
- Specified by:
setBound in interface Dependency
clone
public DependencyImpl clone()
- Creates and returns a copy of this object.
- Overrides:
clone in class ImplementationReferenceImpl
- Returns:
- A clone of this instance.
Copyright © 2009 The CC-XJC Community. All Rights Reserved.