org.omg.uml.foundation.core
Interface AssociationEndClass

All Superinterfaces:
javax.jmi.reflect.RefBaseObject, javax.jmi.reflect.RefClass, javax.jmi.reflect.RefFeatured

public interface AssociationEndClass
extends javax.jmi.reflect.RefClass

AssociationEnd class proxy interface.


Method Summary
 AssociationEnd createAssociationEnd()
          The default factory operation used to create an instance object.
 AssociationEnd createAssociationEnd(String name, VisibilityKind visibility, boolean isSpecification, boolean isNavigable, OrderingKind ordering, AggregationKind aggregation, ScopeKind targetScope, Multiplicity multiplicity, ChangeableKind changeability)
          Creates an instance object having attributes initialized by the passed values.
 
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()
The default factory operation used to create an instance object.

Returns:
The created instance object.

createAssociationEnd

public AssociationEnd createAssociationEnd(String name,
                                           VisibilityKind visibility,
                                           boolean isSpecification,
                                           boolean isNavigable,
                                           OrderingKind ordering,
                                           AggregationKind aggregation,
                                           ScopeKind targetScope,
                                           Multiplicity multiplicity,
                                           ChangeableKind changeability)
Creates an instance object having attributes initialized by the passed values.

Parameters:
name -
visibility -
isSpecification -
isNavigable -
ordering -
aggregation -
targetScope -
multiplicity -
changeability -
Returns:
The created instance object.