org.omg.model1.cci2
Interface GeneralizableElement

All Superinterfaces:
BasicObject, ContextCapable, Element, ExtentCapable, Namespace, ViewCapable
All Known Subinterfaces:
AliasType, AliasType, Association, Association, Class, Class, Classifier, Classifier, CollectionType, CollectionType, Datatype, Datatype, EnumerationType, EnumerationType, GeneralizableElement, Package, Package, PrimitiveType, PrimitiveType, StructureType, StructureType
All Known Implementing Classes:
AliasType, Association, Class, CollectionType, EnumerationType, Package, PrimitiveType, StructureType

public interface GeneralizableElement
extends Namespace

Abstract class GeneralizableElement


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.omg.model1.cci2.Element
Element.Identity
 
Method Summary
<T extends GeneralizableElement>
Set<T>
getAllSubtype()
          Retrieves the Collection of objects referenced by allSubtype.
<T extends GeneralizableElement>
Set<T>
getAllSupertype()
          Retrieves the Collection of objects referenced by allSupertype.
<T extends Feature>
Set<T>
getFeature()
          Retrieves the Collection of objects referenced by feature.
<T extends GeneralizableElement>
Set<T>
getSubtype()
          Retrieves the Collection of objects referenced by subtype.
<T extends GeneralizableElement>
Set<T>
getSupertype()
          Retrieves the Collection of objects referenced by supertype.
 String getVisibility()
          Retrieves the value for the attribute visibility.
 boolean isAbstract()
          Retrieves the value for the attribute isAbstract.
 void setAbstract(boolean isAbstract)
          Sets a new value for the attribute isAbstract.
 void setVisibility(String visibility)
          Sets a new value for the attribute visibility.
 
Methods inherited from interface org.omg.model1.cci2.Namespace
findElementsByType, getAllNamespaceContent, getContent, getNamespaceContent, lookupElement, resolveQualifiedName
 
Methods inherited from interface org.omg.model1.cci2.Element
getAnnotation, getContainer, getName, getQualifiedName, getSegment, getStereotype, setAnnotation, setContainer, setSegment, setSegment, 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
 

Method Detail

getAllSubtype

<T extends GeneralizableElement> Set<T> getAllSubtype()
Retrieves the Collection of objects referenced by allSubtype.

Returns:
The Collection of referenced objects.

getAllSupertype

<T extends GeneralizableElement> Set<T> getAllSupertype()
Retrieves the Collection of objects referenced by allSupertype.

Returns:
The Collection of referenced objects.

getFeature

<T extends Feature> Set<T> getFeature()
Retrieves the Collection of objects referenced by feature.

Returns:
The Collection of referenced objects.

isAbstract

boolean isAbstract()
Retrieves the value for the attribute isAbstract.

Returns:
The non-null value for attribute isAbstract.

setAbstract

void setAbstract(boolean isAbstract)
Sets a new value for the attribute isAbstract.

Parameters:
isAbstract - The non-null new value for attribute isAbstract.

getSubtype

<T extends GeneralizableElement> Set<T> getSubtype()
Retrieves the Collection of objects referenced by subtype.

Returns:
The Collection of referenced objects.

getSupertype

<T extends GeneralizableElement> Set<T> getSupertype()
Retrieves the Collection of objects referenced by supertype.

Returns:
The Collection of referenced objects.

getVisibility

String getVisibility()
Retrieves the value for the attribute visibility.

Returns:
The non-null value for attribute visibility.

setVisibility

void setVisibility(String visibility)
Sets a new value for the attribute visibility.

Parameters:
visibility - The non-null new value for attribute visibility.


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