Class MMVerifyHelper
java.lang.Object
de.mid.innovator.srv2api.icw2meta.MMVerifyHelper
This is a utility class for MMVerify that provides static methods for creation or other purposes.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic MMVerifycreate(SrvContext srvCtx, ELElement item) Creates a new verify.
-
Method Details
-
create
public static MMVerify create(SrvContext srvCtx, ELElement item) throws InoNetException, SrvErrorException Creates a new verify.- Parameters:
srvCtx- The context of the related innovator server.item- ELElement instance- Throws:
InoNetExceptionSrvErrorException
-