Interface ELPackageImport
- All Superinterfaces:
ELContAsgnAble,ELDeleteAble,ELElement,ELObject,ELRelshipBinDir,ELUUIDAble
- All Known Subinterfaces:
MEPackageImport,MMProfileApplication
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionThis package import's imported package.Returns the importing namespace.Specifies the visibility of the importedELPackageAbles within the importing namespace, i.e.voidsetVisibility(K_VISIBILITY value) Set the value of Attribut Visibility.Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContAsgnAble
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwnerMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
deleteMethods inherited from interface de.mid.innovator.srv2api.icw2elem.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 de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasReadMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELRelshipBinDir
getSource, getTarget, getTemplateTarget, reconnectRelship, setTargetMethods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getInnoRef, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
Method Details
-
getVisibility
Specifies the visibility of the importedELPackageAbles within the importing namespace, i.e. whether imported elements will in turn be visible to other packages that use that importing package as an imported package. If theELPackageImportis public, the imported elements will be visible outside the package; if it is private, they will not be. The visibility value is public as default.- Throws:
InoNetExceptionSrvErrorException
-
setVisibility
Set the value of Attribut Visibility.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getImportedPackage
This package import's imported package.- Throws:
InoNetExceptionSrvErrorException
-
getImportingNamespace
Returns the importing namespace.- Throws:
InoNetExceptionSrvErrorException
-