de.mid.innovator.srv2api.icw2meta
Interface MMFormatRule

All Superinterfaces:
ADClientAble, ADM2AttrModifyAble, ELContainerAble, ELContAsgnAble, ELDeleteAble, ELElement, ELObject, MMFormatAble, MMMetamodelElement

public interface MMFormatRule
extends ELContainerAble, MMMetamodelElement, MMFormatAble


Nested Class Summary
static class MMFormatRule.VAttr
           
 
Method Summary
 List<MMFormatRuleParameter> getOwnedFormatRuleParameter(K_CONTROL_OPTION... behaviourFlags)
          All format rule parameters owned by this format rule.
 List<MMFormatRuleSetOfRole> getOwnedFormatRuleSetOfRole(K_CONTROL_OPTION... behaviourFlags)
          All format rule sets owned by this format rule.
 List<MMPresEntry> getOwnedPresEntry(K_CONTROL_OPTION... behaviourFlags)
          All presentation entries owned by this format rule.
 MMFormatRuleSet getOwningFormatRuleSet()
          The format rule set which owns this format rule.
 
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELContainerAble
getCheckSetNotToLocalizeAttribute, getClientDependency, getNotToLocalizeAttribute, getOwnedElement, getOwnedElementTransitiveDown, getOwnedElementTransitiveDown, getOwnedElementTransitiveDownAndUnresolved, getOwnedElementTransitiveDownAndUnresolved, getOwnedLocalizedValue, getOwnedOrReferencedElementTransitiveDown, getOwnedOrReferencedElementTransitiveDown, getOwnedRelshipBinDirWithTarget, getOwnedRelshipBinDirWithTarget, getRedirectedModelContainer, getRelshipBinDirSource, getSelfAndOwnedElementTransitiveDown, getSelfAndOwnedElementTransitiveDown, getSortedContents, resetNotToLocalizeAttribute, setNotToLocalizeAttribute, sortContents
 
Methods inherited from interface de.mid.innovator.srv2api.icw2elem.ELDeleteAble
delete
 
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.icw2meta.MMFormatAble
copyFormatDlg, getCopyFormatDlgInit, getFormat
 
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADClientAble
getAnnotation, getLogic, getLogic, getPresentationContext, getSection
 
Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRowList, getTabElementRowTypeList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModify
 

Method Detail

getOwnedFormatRuleParameter

List<MMFormatRuleParameter> getOwnedFormatRuleParameter(K_CONTROL_OPTION... behaviourFlags)
                                                        throws InoNetException,
                                                               SrvErrorException
All format rule parameters owned by this format rule.

Parameters:
behaviourFlags - An optional list of enum values to control the behaviour of the command.
Throws:
InoNetException
SrvErrorException
Sorted:
the result may be sorted.

getOwnedFormatRuleSetOfRole

List<MMFormatRuleSetOfRole> getOwnedFormatRuleSetOfRole(K_CONTROL_OPTION... behaviourFlags)
                                                        throws InoNetException,
                                                               SrvErrorException
All format rule sets owned by this format rule.

Parameters:
behaviourFlags - An optional list of enum values to control the behaviour of the command.
Throws:
InoNetException
SrvErrorException
Sorted:
the result may be sorted.

getOwnedPresEntry

List<MMPresEntry> getOwnedPresEntry(K_CONTROL_OPTION... behaviourFlags)
                                    throws InoNetException,
                                           SrvErrorException
All presentation entries owned by this format rule.

Parameters:
behaviourFlags - An optional list of enum values to control the behaviour of the command.
Throws:
InoNetException
SrvErrorException
Sorted:
the result may be sorted.

getOwningFormatRuleSet

MMFormatRuleSet getOwningFormatRuleSet()
                                       throws InoNetException,
                                              SrvErrorException
The format rule set which owns this format rule.

Throws:
InoNetException
SrvErrorException