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 class
ELPackageImport.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ELPackage
getImportedPackage()
This package import's imported package.ELNamespaceAble
getImportingNamespace()
Returns the importing namespace.K_VISIBILITY
getVisibility()
Specifies the visibility of the importedELPackageAble
s 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.void
setVisibility(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 importedELPackageAble
s 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 theELPackageImport
is 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:
InoNetException
SrvErrorException
-
setVisibility
void setVisibility(K_VISIBILITY value) throws InoNetException, SrvErrorException
Set the value of Attribut Visibility.- Parameters:
value
- The value to be set.- Throws:
InoNetException
SrvErrorException
-
getImportedPackage
ELPackage getImportedPackage() throws InoNetException, SrvErrorException
This package import's imported package.- Throws:
InoNetException
SrvErrorException
-
getImportingNamespace
ELNamespaceAble getImportingNamespace() throws InoNetException, SrvErrorException
Returns the importing namespace.- Throws:
InoNetException
SrvErrorException
-
-