Class CLStructureElementHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2class.CLStructureElementHelper
-
public abstract class CLStructureElementHelper extends java.lang.Object
This is a utility class for CLStructureElement that provides static methods for creation or other purposes.- See Also:
CLStructureElement
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CLStructureElement
insertStructureElementAt(SrvContext srvCtx, MMCreateTemplate ohTemplate, CLStructureElement ohElementSelected, K_INSERT kInsertAt)
Inserts a newCLStructureElement
(CLStructureGroup
orCLStructureEntry
) at the specifiedCLStructureElement
.
-
-
-
Method Detail
-
insertStructureElementAt
public static CLStructureElement insertStructureElementAt(SrvContext srvCtx, MMCreateTemplate ohTemplate, CLStructureElement ohElementSelected, K_INSERT kInsertAt) throws InoNetException, SrvErrorException
Inserts a newCLStructureElement
(CLStructureGroup
orCLStructureEntry
) at the specifiedCLStructureElement
.- Parameters:
srvCtx
- The context of the related innovator server.ohTemplate
- The template for the new elementohElementSelected
- The selected elementkInsertAt
- specifies where to insert the new element relative to the element selected.- Throws:
InoNetException
SrvErrorException
-
-