Package de.mid.innovator.srv2api.icw2dm
Class DMListHelper
java.lang.Object
de.mid.innovator.srv2api.icw2dm.DMListHelper
A
DMList is simply a list of element, which are instances of DMExpression.- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionstatic DMListcreate(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining) Creates a newDMListas content of the specifiedELContainerAble.
-
Method Details
-
create
public static DMList create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining) throws InoNetException, SrvErrorException Creates a newDMListas content of the specifiedELContainerAble.- Parameters:
srvCtx- The context of the related innovator server.ohContainer- container for the new expressionisMaintaining- true create additional elements- Throws:
InoNetExceptionSrvErrorException
-