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
| 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.ELContAsgnAble |
getAsgnKind, getContSortOrder, getFirstOwnerWhichIsConformTo, getOwner, getOwnerTransitive, getOwnerTransitive, getSelfAndOwnerTransitive, getSelfAndOwnerTransitive, getVersionRoot, isTransitiveChildOf, setAsgnKind, setContSortOrder, setOwner |
| Methods inherited from interface de.mid.innovator.srv2api.icw2meta.ADM2AttrModifyAble |
getTabCell, getTabCellObjectList, getTabCreateTemplate, getTabCreateTemplateObjectList, getTabElement, getTabElementRowList, getTabElementRowTypeList, getTabRowList, tabCellModify, tabCreateTemplate, tabElementModify |
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