Class MMFormatRuleHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.MMFormatRuleHelper
-
public abstract class MMFormatRuleHelper extends java.lang.Object
This is a utility class for MMFormatRule that provides static methods for creation or other purposes.- See Also:
MMFormatRule
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MMFormatRule
create(SrvContext srvCtx, MMProfile ohProfile, MMFormatAble ohFormatAble, MMMetamodelElement ohMeta)
Create a new format rule.
-
-
-
Method Detail
-
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:
InoNetException
SrvErrorException
-
-