Interface ELPictureAble
-
- All Superinterfaces:
ELContainerAble,ELDeleteAble,ELElement,ELObject
- All Known Subinterfaces:
ACDia,BI2MeasurementTime,BPDia,BPItemDefinition,BRDia,BROrgUnit,BRPerson,BRResource,BRResourceCL,BRRole,BRTechnical,BSDia,CLClassDia,CLComponent,CLComponentDia,CLCompositeStructureDia,CLDeploymentDia,CLDia,CLHierarchyAbleDia,CLRequirementDia,CLStructureDefinitionDia,CLUseCaseDia,DBDia,DRDecisionRequirementDia,DRPrintContext,ERDia,ERDiaAll,GCConcept,GCDia,IMDia,MERefAbleAsResource,PRAnalysisDia,PRBDia,PRDia,PRDiaWhiteboard,PRPresContext,PRVersionAbleDia,SMDia,SMPDia,SQDia
public interface ELPictureAble extends ELContainerAble
A PictureAble instance may contain a picture.- See Also:
ELPictureAbleHelper- Note:
- The interface ELPictureAble 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 classELPictureAble.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ELPicturegetOwnedPicture()ARG_PictureRawDatagetPictureRawData()returns the picture's raw data assigned to this element.voidpictureSetRawData(byte[] seqData)creates aELPictureinstance for this element if it does not already own a picture.-
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getClientDependency, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, sortContents
-
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
-
-
-
-
Method Detail
-
getPictureRawData
ARG_PictureRawData getPictureRawData() throws InoNetException, SrvErrorException
returns the picture's raw data assigned to this element.- Throws:
InoNetExceptionSrvErrorException
-
pictureSetRawData
void pictureSetRawData(byte[] seqData) throws InoNetException, SrvErrorExceptioncreates aELPictureinstance for this element if it does not already own a picture. The picture is assigned the provided binary data as raw format.- Parameters:
seqData- binary format of the picture- Throws:
InoNetExceptionSrvErrorException
-
getOwnedPicture
ELPicture getOwnedPicture() throws InoNetException, SrvErrorException
- Throws:
InoNetExceptionSrvErrorException
-
-