Interface ELFileAble
-
- All Known Subinterfaces:
CLArtifact
,CLDeploymentSpec
,MEAttachment
,MMRecipe
,MMStereotypeBuildingBlock
,MMStereotypeExtension
,MMStereotypeFileAble
public interface ELFileAble extends ELElement
Element which uses an additional external file.- Note:
- The interface ELFileAble describes an abstract ability of an object. Therefore no instances of this type can be found in the repository!
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
ELFileAble.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<java.lang.String>
getContent()
Returns the contents of the assigned file.-
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
-
-
-
-
Method Detail
-
getContent
java.util.List<java.lang.String> getContent() throws InoNetException, SrvErrorException
Returns the contents of the assigned file.- Throws:
InoNetException
SrvErrorException
-
-