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 class
ELPresOptAble.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBitmap()
Bitmap for the presentation of this element.java.lang.String
getColor()
Color for the presentation of this element.ELPresOpt
getOwnedPresOpt()
-
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, SrvErrorException
Bitmap for the presentation of this element.- Throws:
InoNetException
SrvErrorException
-
getColor
java.lang.String getColor() throws InoNetException, SrvErrorException
Color for the presentation of this element.- Throws:
InoNetException
SrvErrorException
-
getOwnedPresOpt
ELPresOpt getOwnedPresOpt() throws InoNetException, SrvErrorException
- Throws:
InoNetException
SrvErrorException
-
-