javax.jmi.model
Interface Import

All Superinterfaces:
ModelElement, RefBaseObject, RefFeatured, RefObject

public interface Import
extends ModelElement


Field Summary
 
Fields inherited from interface javax.jmi.model.ModelElement
ALLDEP, CONSTRAINEDELEMENTSDEP, CONSTRAINTDEP, CONTAINERDEP, CONTENTSDEP, IMPORTDEP, INDIRECTDEP, REFERENCEDENDSDEP, SIGNATUREDEP, SPECIALIZATIONDEP, TAGGEDELEMENTSDEP, TYPEDEFINITIONDEP
 
Method Summary
 Namespace getImportedNamespace()
           
 VisibilityKind getVisibility()
           
 boolean isClustered()
           
 void setClustered(boolean newValue)
           
 void setImportedNamespace(Namespace newValue)
           
 void setVisibility(VisibilityKind newValue)
           
 
Methods inherited from interface javax.jmi.model.ModelElement
findRequiredElements, getAnnotation, getConstraints, getContainer, getName, getQualifiedName, getRequiredElements, isFrozen, isRequiredBecause, isVisible, setAnnotation, setContainer, setName
 
Methods inherited from interface javax.jmi.reflect.RefObject
refClass, refDelete, refImmediateComposite, refIsInstanceOf, refOutermostComposite
 
Methods inherited from interface javax.jmi.reflect.RefFeatured
refGetValue, refGetValue, refInvokeOperation, refInvokeOperation, refSetValue, refSetValue
 
Methods inherited from interface javax.jmi.reflect.RefBaseObject
equals, hashCode, refImmediatePackage, refMetaObject, refMofId, refOutermostPackage, refVerifyConstraints
 

Method Detail

getVisibility

public VisibilityKind getVisibility()

setVisibility

public void setVisibility(VisibilityKind newValue)

isClustered

public boolean isClustered()

setClustered

public void setClustered(boolean newValue)

getImportedNamespace

public Namespace getImportedNamespace()

setImportedNamespace

public void setImportedNamespace(Namespace newValue)