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 MMFormatRuleARG_CopyFormatRule. ohRulethe format rule to be copiedMethods in de.mid.innovator.srv2api.icw2meta that return MMFormatRule Modifier and Type Method Description MMFormatRuleMMFormatAble. copyFormatRule(MMProfile ohProfile, MMFormatRule ohRule)Copies the specifiedMMFormatRulewith nested rules and presentation entries to the selectedMMStereotypeorMMFormatRulewithin the specifiedMMProfile.static MMFormatRuleMMFormatRuleHelper. create(SrvContext srvCtx, MMProfile ohProfile, MMFormatAble ohFormatAble, MMMetamodelElement ohMeta)Create a new format rule.MMFormatRuleMMFormatRuleParameter. getOwningFormatRule()The format rule which owns this format rule parameter.MMFormatRuleMMFormatRuleSetOfRole. getOwningFormatRule()The format rule which owns this format rule set.MMFormatRuleMMPresEntry. 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 MMFormatRuleMMFormatAble. copyFormatRule(MMProfile ohProfile, MMFormatRule ohRule)Copies the specifiedMMFormatRulewith nested rules and presentation entries to the selectedMMStereotypeorMMFormatRulewithin the specifiedMMProfile.Constructors in de.mid.innovator.srv2api.icw2meta with parameters of type MMFormatRule Constructor Description ARG_CopyFormatRule(MMProfile ohProfile, MMFormatRule ohRule)
-