Interface MMFormat
-
- All Superinterfaces:
ADClientAble,ADM2AttrModifyAble,ELContainerAble,ELContAsgnAble,ELDeleteAble,ELElement,ELObject,ELUUIDAble
public interface MMFormat extends ELContainerAble, ADClientAble, ELContAsgnAble
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMMFormat.VAttr
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MMFormatAblegetFormatAble()The formatable element which is connected to this format.java.util.List<MMFormatRuleSetOfClass>getOwnedFormatRuleSetOfClass(K_CONTROL_OPTION... behaviourFlags)All format rule sets owned by this format.java.util.List<MMPresEntry>getOwnedPresEntry(K_CONTROL_OPTION... behaviourFlags)All presentation entries owned by this format.MMProfilegetOwningProfile()MMStereotypeAblegetOwningStereotypeAble()The stereotypeable element which owns this format.-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getEndAnalysisDia, getLogic, getLogic, getPresentationContext, getSection, getStartAnalysisDia
-
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRowList, getTabElementRowTypeList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModify
-
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.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.ELUUIDAble
getHyperlinkReferenceAble, getNotToTranslateAttribute, getTranslatedValue, getUUID, setUUID
-
-
-
-
Method Detail
-
getOwnedFormatRuleSetOfClass
java.util.List<MMFormatRuleSetOfClass> getOwnedFormatRuleSetOfClass(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All format rule sets owned by this format.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-
getOwnedPresEntry
java.util.List<MMPresEntry> getOwnedPresEntry(K_CONTROL_OPTION... behaviourFlags) throws InoNetException, SrvErrorException
All presentation entries owned by this format.- Parameters:
behaviourFlags- An optional list of enum values to control the behaviour of the command.- Throws:
InoNetExceptionSrvErrorException- Sorted:
- the result may be sorted.
-
getFormatAble
MMFormatAble getFormatAble() throws InoNetException, SrvErrorException
The formatable element which is connected to this format.- Throws:
InoNetExceptionSrvErrorException
-
getOwningProfile
MMProfile getOwningProfile() throws InoNetException, SrvErrorException
- Throws:
InoNetExceptionSrvErrorException
-
getOwningStereotypeAble
MMStereotypeAble getOwningStereotypeAble() throws InoNetException, SrvErrorException
The stereotypeable element which owns this format.- Throws:
InoNetExceptionSrvErrorException
-
-