Interface ELPresOptAble
-
- All Superinterfaces:
ELContainerAble,ELDeleteAble,ELElement,ELObject
- All Known Subinterfaces:
ADConfigTranslation,ADModelTranslation,ADTranslationAble,DGCommand,ELM2TypeRange,ELTranslationAble,MM2SchemaTranslation,MM2TypeRange,MMAddItem,MMCreateTemplate,MMEngineeringSequence,MMMenu,MMMenuItemAble,MMProfileTranslation,MMStereotype,MMVerify
public interface ELPresOptAble extends ELContainerAble
This is a utility class for ELPresOptAble that provides static methods for creation or other purposes.- Note:
- The interface ELPresOptAble 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 classELPresOptAble.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBitmap()Bitmap for the presentation of this element.java.lang.StringgetColor()Color for the presentation of this element.ELPresOptgetOwnedPresOpt()-
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
-
getBitmap
java.lang.String getBitmap() throws InoNetException, SrvErrorExceptionBitmap for the presentation of this element.- Throws:
InoNetExceptionSrvErrorException
-
getColor
java.lang.String getColor() throws InoNetException, SrvErrorExceptionColor for the presentation of this element.- Throws:
InoNetExceptionSrvErrorException
-
getOwnedPresOpt
ELPresOpt getOwnedPresOpt() throws InoNetException, SrvErrorException
- Throws:
InoNetExceptionSrvErrorException
-
-