org.omg.model1.cci2
Interface Reference

All Superinterfaces:
BasicObject, ContextCapable, Element, ExtentCapable, Feature, StructuralFeature, TypedElement, ViewCapable
All Known Subinterfaces:
Reference
All Known Implementing Classes:
Reference

public interface Reference
extends StructuralFeature

Class Reference


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.omg.model1.cci2.Element
Element.Identity
 
Method Summary
 AssociationEnd getExposedEnd()
          Retrieves the value for the reference exposedEnd.
 AssociationEnd getReferencedEnd()
          Retrieves the value for the reference referencedEnd.
 boolean isReferencedEndIsNavigable()
          Retrieves the value for the attribute referencedEndIsNavigable.
 void setExposedEnd(AssociationEnd exposedEnd)
          Sets a new value for the reference exposedEnd.
 void setReferencedEnd(AssociationEnd referencedEnd)
          Sets a new value for the reference referencedEnd.
 
Methods inherited from interface org.omg.model1.cci2.StructuralFeature
getMultiplicity, isChangeable, setChangeable, setMultiplicity
 
Methods inherited from interface org.omg.model1.cci2.Feature
getScope, getVisibility, setScope, setVisibility
 
Methods inherited from interface org.omg.model1.cci2.TypedElement
getType, setType
 
Methods inherited from interface org.omg.model1.cci2.Element
getAnnotation, getContainer, getName, getQualifiedName, getSegment, getStereotype, setAnnotation, setContainer, setStereotype
 
Methods inherited from interface org.openmdx.base.cci2.BasicObject
getCreatedAt, getCreatedBy, getModifiedAt, getModifiedBy
 
Methods inherited from interface org.openmdx.base.cci2.ExtentCapable
getIdentity
 
Methods inherited from interface org.openmdx.compatibility.view1.cci2.ViewCapable
getView, getView
 

Method Detail

getExposedEnd

AssociationEnd getExposedEnd()
Retrieves the value for the reference exposedEnd.

Returns:
The non-null value for this reference.

setExposedEnd

void setExposedEnd(AssociationEnd exposedEnd)
Sets a new value for the reference exposedEnd.

Parameters:
exposedEnd - The non-null new value for this reference.

getReferencedEnd

AssociationEnd getReferencedEnd()
Retrieves the value for the reference referencedEnd.

Returns:
The non-null value for this reference.

setReferencedEnd

void setReferencedEnd(AssociationEnd referencedEnd)
Sets a new value for the reference referencedEnd.

Parameters:
referencedEnd - The non-null new value for this reference.

isReferencedEndIsNavigable

boolean isReferencedEndIsNavigable()
Retrieves the value for the attribute referencedEndIsNavigable.

Returns:
The non-null value for attribute referencedEndIsNavigable.


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