Class ARG_CreateApplConfPackageRoot
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_CreateApplConfPackageRoot
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_CreateApplConfPackageRoot
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionclient location of the new packagebitmap of the new packagename of the new packagepurpose of the new package -
Constructor Summary
ConstructorsConstructorDescriptionARG_CreateApplConfPackageRoot(String strName, String strPurpose, K_CLIENT_LOCATION kLocation, String strBitmap) -
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
-
strName
name of the new package -
strPurpose
purpose of the new package -
kLocation
client location of the new package -
strBitmap
bitmap of the new package
-
-
Constructor Details
-
ARG_CreateApplConfPackageRoot
public ARG_CreateApplConfPackageRoot() -
ARG_CreateApplConfPackageRoot
public ARG_CreateApplConfPackageRoot(String strName, String strPurpose, K_CLIENT_LOCATION kLocation, String strBitmap)
-
-
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
-