Package de.mid.innovator.srv2api.icw2dm
Class DMListHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2dm.DMListHelper
-
public abstract class DMListHelper extends java.lang.Object
ADMList
is simply a list of element, which are instances ofDMExpression
.- See Also:
DMList
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DMList
create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining)
Creates a newDMList
as content of the specifiedELContainerAble
.
-
-
-
Method Detail
-
create
public static DMList create(SrvContext srvCtx, ELContainerAble ohContainer, boolean isMaintaining) throws InoNetException, SrvErrorException
Creates a newDMList
as content of the specifiedELContainerAble
.- Parameters:
srvCtx
- The context of the related innovator server.ohContainer
- container for the new expressionisMaintaining
- true create additional elements- Throws:
InoNetException
SrvErrorException
-
-