org.omg.model1.cci2
Interface Import

All Superinterfaces:
BasicObject, ContextCapable, Element, ExtentCapable, ViewCapable
All Known Subinterfaces:
Import
All Known Implementing Classes:
Import

public interface Import
extends Element

Class Import


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.omg.model1.cci2.Element
Element.Identity
 
Method Summary
 Namespace getImportedNamespace()
          Retrieves the value for the reference importedNamespace.
 String getVisibility()
          Retrieves the value for the attribute visibility.
 boolean isClustered()
          Retrieves the value for the attribute isClustered.
 void setClustered(boolean isClustered)
          Sets a new value for the attribute isClustered.
 void setImportedNamespace(Namespace importedNamespace)
          Sets a new value for the reference importedNamespace.
 void setVisibility(String visibility)
          Sets a new value for the attribute visibility.
 
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

getImportedNamespace

Namespace getImportedNamespace()
Retrieves the value for the reference importedNamespace.

Returns:
The non-null value for this reference.

setImportedNamespace

void setImportedNamespace(Namespace importedNamespace)
Sets a new value for the reference importedNamespace.

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

isClustered

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

Returns:
The non-null value for attribute isClustered.

setClustered

void setClustered(boolean isClustered)
Sets a new value for the attribute isClustered.

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

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.