com.omondo.uml.std.external.profile
Interface AssociationEndDataHolder

All Superinterfaces:
AttributeDataHolder, JavaModelDataHolder, MemberDataHolder, ModelDataHolder

public interface AssociationEndDataHolder
extends AttributeDataHolder


Method Summary
 org.eclipse.uml2.Property getAssociationEnd()
           
 org.eclipse.uml2.AggregationKind getAssociationKind()
           
 java.lang.String getElementTypeName()
           
 boolean isAssociationEnd()
           
 boolean isNavigable()
           
 boolean isOrdered()
           
 
Methods inherited from interface com.omondo.uml.std.external.profile.AttributeDataHolder
getAccessorFlags, getAccessorVisibility, getDefaultValue, getMultiplicityString, getQualifier, getQualifierMapType, getQualifierValueType, getTargetTypeName, isAbstract, isAccessorsReadOnly, isExisting, isUsingAccessors, isUsingQualifier, isVolatile
 
Methods inherited from interface com.omondo.uml.std.external.profile.MemberDataHolder
getDimension, getFlags, getJavaMemberName, getPropertyName, getVisibility, isFinal, isNative, isStatic, isTransient
 
Methods inherited from interface com.omondo.uml.std.external.profile.JavaModelDataHolder
getJavaDoc, getJavaElement, setJavaDoc
 
Methods inherited from interface com.omondo.uml.std.external.profile.ModelDataHolder
getElement, getProject, getTaggedValues
 

Method Detail

isOrdered

public boolean isOrdered()

isNavigable

public boolean isNavigable()

getElementTypeName

public java.lang.String getElementTypeName()

getAssociationKind

public org.eclipse.uml2.AggregationKind getAssociationKind()

isAssociationEnd

public boolean isAssociationEnd()

getAssociationEnd

public org.eclipse.uml2.Property getAssociationEnd()