Class ARG_RenameMigrationVersion
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_RenameMigrationVersion
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_RenameMigrationVersion
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionnew name of the versionold name of the versionsequence of elements to be used, if empty all references will be used -
Constructor Summary
ConstructorsConstructorDescriptionARG_RenameMigrationVersion(String oldVersion, String newVersion, List<ADVersionAble> seqSel) -
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
-
oldVersion
old name of the version -
newVersion
new name of the version -
seqSel
sequence of elements to be used, if empty all references will be used
-
-
Constructor Details
-
ARG_RenameMigrationVersion
public ARG_RenameMigrationVersion() -
ARG_RenameMigrationVersion
-
-
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
-