Interface ELPackageImport
-
- All Superinterfaces:
ELContAsgnAble,ELDeleteAble,ELElement,ELObject,ELRelshipBinDir,ELUUIDAble
- All Known Subinterfaces:
MEPackageImport,MMProfileApplication
public interface ELPackageImport extends ELRelshipBinDir
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classELPackageImport.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ELPackagegetImportedPackage()This package import's imported package.ELNamespaceAblegetImportingNamespace()Returns the importing namespace.K_VISIBILITYgetVisibility()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.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, setOwner
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
delete
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELElement
duplicateElement, getAssignAbleToVattr, getAssignAbleToVattr, getClientId, getCreateTemplateOfInstance, getDisplayBitmap, getDisplayColor, getDisplayFont, getDisplayLine, getDisplayName, getDisplayNameShort, getDisplayNSName, getElementCache, getElementMappingInformation, getQualifiedNamespaceName, getRelshipBinDir, getRelshipBinDir, getRelshipBinDirTarget, getUnitToLock, getValSpecElement, isContainedInProfile, isUnresolved, lockUnit, setUnresolved, unlockUnit
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELObject
getId, getLongId, getMetaClass, getMetaName, getOclClass, getSrvCon, hasRead
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELRelshipBinDir
getSource, getTarget, getTemplateTarget, reconnectRelship, setTarget
-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
-
-
-
Method Detail
-
getVisibility
K_VISIBILITY getVisibility() throws InoNetException, SrvErrorException
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
void setVisibility(K_VISIBILITY value) throws InoNetException, SrvErrorException
Set the value of Attribut Visibility.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getImportedPackage
ELPackage getImportedPackage() throws InoNetException, SrvErrorException
This package import's imported package.- Throws:
InoNetExceptionSrvErrorException
-
getImportingNamespace
ELNamespaceAble getImportingNamespace() throws InoNetException, SrvErrorException
Returns the importing namespace.- Throws:
InoNetExceptionSrvErrorException
-
-