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
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.