Interface ELElementImport
- All Superinterfaces:
ELContAsgnAble, ELDeleteAble, ELElement, ELObject, ELRelshipBinDir, ELUUIDAble
- All Known Subinterfaces:
MEElementImport
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThis element import's imported element.Returns the importing namespace.Specifies the visibility of the importedELPackageAbleelements within the importingELPackage.voidsetVisibility(K_VISIBILITY value) Set the value of Attribut Visibility.Methods inherited from interface ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface ELDeleteAble
deleteMethods inherited from interface ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getNotificationElement, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnitMethods inherited from interface ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface ELRelshipBinDir
getSource, getTarget, getTemplateTarget, reconnectRelship, setTargetMethods inherited from interface ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Method Details
-
getVisibility
Specifies the visibility of the importedELPackageAbleelements within the importingELPackage. The default visibility is the same as that of the imported element. If the imported element does not have a visibility, it is possible to add visibility to the element import.- Throws:
InoNetExceptionSrvErrorException
-
setVisibility
Set the value of Attribut Visibility.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getImportedElement
This element import's imported element.- Throws:
InoNetExceptionSrvErrorException
-
getImportingNamespace
Returns the importing namespace.- Throws:
InoNetExceptionSrvErrorException
-