Class MMSyncProfileHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.MMSyncProfileHelper
-
public abstract class MMSyncProfileHelper extends java.lang.Object
This is a utility class for MMSyncProfile that provides static methods for creation or other purposes.- See Also:
MMSyncProfile
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MMSyncProfile
createSyncProfile(SrvContext srvCtx)
Creates aMMSyncProfile
.
-
-
-
Method Detail
-
createSyncProfile
public static MMSyncProfile createSyncProfile(SrvContext srvCtx) throws InoNetException, SrvErrorException
Creates aMMSyncProfile
.- Parameters:
srvCtx
- The context of the related innovator server.- Throws:
InoNetException
SrvErrorException
-
-