net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jomc.impl
Class ImplementationReferenceImpl
java.lang.Object
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jomc.impl.ModelObjectImpl
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jomc.impl.SpecificationReferenceImpl
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jomc.impl.ImplementationReferenceImpl
- All Implemented Interfaces:
- Serializable, Cloneable, ImplementationReference, ModelObject, SpecificationReference
- Direct Known Subclasses:
- DependencyImpl
public class ImplementationReferenceImpl
- extends SpecificationReferenceImpl
- implements Serializable, Cloneable, ImplementationReference
- See Also:
- Serialized Form
implementationName
protected String implementationName
ImplementationReferenceImpl
public ImplementationReferenceImpl()
- Creates a new
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jomc.impl.ImplementationReferenceImpl instance.
ImplementationReferenceImpl
public ImplementationReferenceImpl(ImplementationReferenceImpl o)
- Creates a new
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.jomc.impl.ImplementationReferenceImpl instance by copying a given instance.
- Parameters:
o - The instance to copy or null.
getImplementationName
public String getImplementationName()
- Description copied from interface:
ImplementationReference
- Name of the referenced implementation of the specification. If not set, the
specification's multiplicity determines the implementation(s) of the reference.
- Specified by:
getImplementationName in interface ImplementationReference
- Returns:
- possible object is
String
setImplementationName
public void setImplementationName(String value)
- Description copied from interface:
ImplementationReference
- Sets the value of the implementationName property.
- Specified by:
setImplementationName in interface ImplementationReference
- Parameters:
value - allowed object is
String
clone
public ImplementationReferenceImpl clone()
- Creates and returns a copy of this object.
- Overrides:
clone in class SpecificationReferenceImpl
- Returns:
- A clone of this instance.
Copyright © 2009 The CC-XJC Community. All Rights Reserved.