Class MMFormatRuleHelper
java.lang.Object
de.mid.innovator.srv2api.icw2meta.MMFormatRuleHelper
This is a utility class for MMFormatRule that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic MMFormatRulecreate(SrvContext srvCtx, MMProfile ohProfile, MMFormatAble ohFormatAble, MMMetamodelElement ohMeta) Create a new format rule.
-
Method Details
-
create
public static MMFormatRule create(SrvContext srvCtx, MMProfile ohProfile, MMFormatAble ohFormatAble, MMMetamodelElement ohMeta) throws InoNetException, SrvErrorException Create a new format rule.- Parameters:
srvCtx- The context of the related innovator server.ohProfile- the profile which contains the rule to be createdohFormatAble- the format able element which contains the rule to be createdohMeta- the meta class or attribute for which the rule is created- Throws:
InoNetExceptionSrvErrorException
-