net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc
Interface ImplementationReference

All Superinterfaces:
ModelObject, SpecificationReference
All Known Subinterfaces:
Dependency
All Known Implementing Classes:
DependencyImpl, ImplementationReferenceImpl

public interface ImplementationReference
extends SpecificationReference

Reference to an implementation.


Method Summary
 String getImplementationName()
          Name of the referenced implementation of the specification.
 void setImplementationName(String value)
          Sets the value of the implementationName property.
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.SpecificationReference
getIdentifier, getVersion, setIdentifier, setVersion
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.jomc.ModelObject
getAuthors, getCreateDate, getDocumentation, getModelVersion, setAuthors, setCreateDate, setDocumentation, setModelVersion
 

Method Detail

getImplementationName

String getImplementationName()
Name of the referenced implementation of the specification. If not set, the specification's multiplicity determines the implementation(s) of the reference.

Returns:
possible object is String

setImplementationName

void setImplementationName(String value)
Sets the value of the implementationName property.

Parameters:
value - allowed object is String


Copyright © 2009 The CC-XJC Community. All Rights Reserved.