Uses of Interface
de.mid.innovator.srv2api.icw2meta.MMFormatRule
-
Packages that use MMFormatRule Package Description de.mid.innovator.srv2api.icw2meta Meta model and administration information. -
-
Uses of MMFormatRule in de.mid.innovator.srv2api.icw2meta
Fields in de.mid.innovator.srv2api.icw2meta declared as MMFormatRule Modifier and Type Field Description MMFormatRule
ARG_CopyFormatRule. ohRule
the format rule to be copiedMethods in de.mid.innovator.srv2api.icw2meta that return MMFormatRule Modifier and Type Method Description MMFormatRule
MMFormatAble. copyFormatRule(MMProfile ohProfile, MMFormatRule ohRule)
Copies the specifiedMMFormatRule
with nested rules and presentation entries to the selectedMMStereotype
orMMFormatRule
within the specifiedMMProfile
.static MMFormatRule
MMFormatRuleHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMFormatAble ohFormatAble, MMMetamodelElement ohMeta)
Create a new format rule.MMFormatRule
MMFormatRuleParameter. getOwningFormatRule()
The format rule which owns this format rule parameter.MMFormatRule
MMFormatRuleSetOfRole. getOwningFormatRule()
The format rule which owns this format rule set.MMFormatRule
MMPresEntry. getOwningFormatRule()
The format rule that owns this presentation entry.Methods in de.mid.innovator.srv2api.icw2meta that return types with arguments of type MMFormatRule Modifier and Type Method Description java.util.List<MMFormatRule>
MMFormatRuleSet. getOwnedFormatRule(K_CONTROL_OPTION... behaviourFlags)
All format rules owned by this format rule set.Methods in de.mid.innovator.srv2api.icw2meta with parameters of type MMFormatRule Modifier and Type Method Description MMFormatRule
MMFormatAble. copyFormatRule(MMProfile ohProfile, MMFormatRule ohRule)
Copies the specifiedMMFormatRule
with nested rules and presentation entries to the selectedMMStereotype
orMMFormatRule
within the specifiedMMProfile
.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type MMFormatRule Constructor Description ARG_CopyFormatRule(MMProfile ohProfile, MMFormatRule ohRule)
-