Class ARG_CreateModelVersionIn
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_CreateModelVersionIn
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_CreateModelVersionIn
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptioncreate a version for this modelname of the model of the newly created branchuuid of the model.name of the new branchnote of the new branchuuid of the new parent branch.value of property 'VariableModelName' -
Constructor Summary
Constructors -
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 a version for this model -
branchName
name of the new branch -
note
note of the new branch -
adModelUUID
uuid of the model. If null a new UUID is assigned to the model. -
parentBranchUUID
uuid of the new parent branch. If not null an adModelUUID is required. If null this version is root version -
adModelName
name of the model of the newly created branch -
variableModelName
value of property 'VariableModelName'
-
-
Constructor Details
-
ARG_CreateModelVersionIn
public ARG_CreateModelVersionIn() -
ARG_CreateModelVersionIn
-
-
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
-