org.omg.model1.cci2
Interface TypedElement

All Superinterfaces:
BasicObject, ContextCapable, Element, ExtentCapable, ViewCapable
All Known Subinterfaces:
AliasType, AliasType, AssociationEnd, AssociationEnd, Attribute, Attribute, CollectionType, CollectionType, Constant, Constant, Parameter, Parameter, Reference, Reference, StructuralFeature, StructuralFeature, StructureField, StructureField, TypedElement
All Known Implementing Classes:
AliasType, AssociationEnd, Attribute, CollectionType, Constant, Parameter, Reference, StructureField

public interface TypedElement
extends Element

Abstract class TypedElement


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.omg.model1.cci2.Element
Element.Identity
 
Method Summary
 Classifier getType()
          Retrieves the value for the reference type.
 void setType(Classifier type)
          Sets a new value for the reference type.
 
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

getType

Classifier getType()
Retrieves the value for the reference type.

Returns:
The non-null value for this reference.

setType

void setType(Classifier type)
Sets a new value for the reference type.

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


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