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 classELElementImport.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ELPackageAblegetImportedElement()This element import's imported element.ELNamespaceAblegetImportingNamespace()Returns the importing namespace.K_VISIBILITYgetVisibility()Specifies the visibility of the importedELPackageAbleelements within the importingELPackage.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 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
void setVisibility(K_VISIBILITY value) throws InoNetException, SrvErrorException
Set the value of Attribut Visibility.- Parameters:
value- The value to be set.- Throws:
InoNetExceptionSrvErrorException
-
getImportedElement
ELPackageAble getImportedElement() throws InoNetException, SrvErrorException
This element import's imported element.- Throws:
InoNetExceptionSrvErrorException
-
getImportingNamespace
ELNamespaceAble getImportingNamespace() throws InoNetException, SrvErrorException
Returns the importing namespace.- Throws:
InoNetExceptionSrvErrorException
-
-