Interface ELElementImport
-
- All Superinterfaces:
ELContAsgnAble
,ELDeleteAble
,ELElement
,ELObject
,ELRelshipBinDir
,ELUUIDAble
- All Known Subinterfaces:
MEElementImport
public interface ELElementImport extends ELRelshipBinDir
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ELElementImport.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ELPackageAble
getImportedElement()
This element import's imported element.ELNamespaceAble
getImportingNamespace()
Returns the importing namespace.K_VISIBILITY
getVisibility()
Specifies the visibility of the importedELPackageAble
elements within the importingELPackage
.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
elements 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:
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
-
getImportedElement
ELPackageAble getImportedElement() throws InoNetException, SrvErrorException
This element import's imported element.- Throws:
InoNetException
SrvErrorException
-
getImportingNamespace
ELNamespaceAble getImportingNamespace() throws InoNetException, SrvErrorException
Returns the importing namespace.- Throws:
InoNetException
SrvErrorException
-
-