Class MMSyncSetHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.MMSyncSetHelper
-
public abstract class MMSyncSetHelper extends java.lang.Object
A synchronization set defines the set of stereotypes that synchronize properties with each other.
This allows the same conceptual element to be used in different methods.- See Also:
MMSyncSet
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MMSyncSet
create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype)
Creates a newMMSyncSet
.
-
-
-
Method Detail
-
create
public static MMSyncSet create(SrvContext srvCtx, MMProfile ohProfile, MMStereotype ohStereotype) throws InoNetException, SrvErrorException
Creates a newMMSyncSet
.- Parameters:
srvCtx
- The context of the related innovator server.ohProfile
- Profile for the element to be createdohStereotype
- Selection for the element to be created- Throws:
InoNetException
SrvErrorException
-
-