javax.jmi.model
Interface AssociationEnd

All Superinterfaces:
ModelElement, RefBaseObject, RefFeatured, RefObject, TypedElement

public interface AssociationEnd
extends TypedElement


Field Summary
 
Fields inherited from interface javax.jmi.model.ModelElement
ALLDEP, CONSTRAINEDELEMENTSDEP, CONSTRAINTDEP, CONTAINERDEP, CONTENTSDEP, IMPORTDEP, INDIRECTDEP, REFERENCEDENDSDEP, SIGNATUREDEP, SPECIALIZATIONDEP, TAGGEDELEMENTSDEP, TYPEDEFINITIONDEP
 
Method Summary
 AggregationKind getAggregation()
           
 MultiplicityType getMultiplicity()
           
 boolean isChangeable()
           
 boolean isNavigable()
           
 AssociationEnd otherEnd()
           
 void setAggregation(AggregationKind newValue)
           
 void setChangeable(boolean newValue)
           
 void setMultiplicity(MultiplicityType newValue)
           
 void setNavigable(boolean newValue)
           
 
Methods inherited from interface javax.jmi.model.TypedElement
getType, setType
 
Methods inherited from interface javax.jmi.model.ModelElement
findRequiredElements, getAnnotation, getConstraints, getContainer, getName, getQualifiedName, getRequiredElements, isFrozen, isRequiredBecause, isVisible, setAnnotation, setContainer, setName
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
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

otherEnd

AssociationEnd otherEnd()

isNavigable

boolean isNavigable()

setNavigable

void setNavigable(boolean newValue)

getAggregation

AggregationKind getAggregation()

setAggregation

void setAggregation(AggregationKind newValue)

getMultiplicity

MultiplicityType getMultiplicity()

setMultiplicity

void setMultiplicity(MultiplicityType newValue)

isChangeable

boolean isChangeable()

setChangeable

void setChangeable(boolean newValue)


This software is published under the BSD license. Copyright © 2003-2007, OMEX AG, Switzerland, All rights reserved. Use is subject to license terms.