Class ARG_CreateBranchIn
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_CreateBranchIn
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_CreateBranchIn
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptioncreate branch for this modelbooleanif true create as a sub brunch of the current branchname of the new branchnote of the new branchvalue of property 'VariableModelName'booleanextract with change setbooleanextract with user notification -
Constructor Summary
ConstructorsConstructorDescriptionARG_CreateBranchIn(ADModel adModel, String branchName, String note, boolean asSubBranch, boolean withCS, boolean withUN, String variableModelName) -
Method Summary
Modifier and TypeMethodDescriptionvoidmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidresolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) voidunmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
-
Field Details
-
adModel
create branch for this model -
branchName
name of the new branch -
note
note of the new branch -
asSubBranch
public boolean asSubBranchif true create as a sub brunch of the current branch -
withCS
public boolean withCSextract with change set -
withUN
public boolean withUNextract with user notification -
variableModelName
value of property 'VariableModelName'
-
-
Constructor Details
-
ARG_CreateBranchIn
public ARG_CreateBranchIn() -
ARG_CreateBranchIn
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble
-