javax.jmi.model
Interface AssociationEndClass

All Superinterfaces:
RefBaseObject, RefClass, RefFeatured

public interface AssociationEndClass
extends RefClass


Method Summary
 AssociationEnd createAssociationEnd()
           
 AssociationEnd createAssociationEnd(java.lang.String name, java.lang.String annotation, boolean isNavigable, AggregationKind aggregation, MultiplicityType multiplicity, boolean isChangeable)
           
 
Methods inherited from interface javax.jmi.reflect.RefClass
refAllOfClass, refAllOfType, refCreateInstance, refCreateStruct, refCreateStruct, refGetEnum, refGetEnum
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

createAssociationEnd

public AssociationEnd createAssociationEnd()

createAssociationEnd

public AssociationEnd createAssociationEnd(java.lang.String name,
                                           java.lang.String annotation,
                                           boolean isNavigable,
                                           AggregationKind aggregation,
                                           MultiplicityType multiplicity,
                                           boolean isChangeable)