Class ADBranchHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.ADBranchHelper
-
public abstract class ADBranchHelper extends java.lang.Object
This is a utility class for ADBranch that provides static methods for creation or other purposes.- See Also:
ADBranch
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ARG_BranchesToXml
getBranchesToXml(SrvContext srvCtx)
Provides information to all branches of this model in xml format.
-
-
-
Method Detail
-
getBranchesToXml
public static ARG_BranchesToXml getBranchesToXml(SrvContext srvCtx) throws InoNetException, SrvErrorException
Provides information to all branches of this model in xml format.- Parameters:
srvCtx
- The context of the related innovator server.- Throws:
InoNetException
SrvErrorException
-
-