Class ARG_MEMappingEnvironment
java.lang.Object
de.mid.innovator.srv2api.icw2model.ARG_MEMappingEnvironment
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_MEMappingEnvironment
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Configuration Package itselfThe MappingPackageType package, which represents the mapping type, if existsThe Stub Package, if existsThe base package for stub packages, if existsThe Virtual System Packages found below the MappingPackageType package -
Constructor Summary
ConstructorsConstructorDescriptionARG_MEMappingEnvironment(MEMappingConfigurationPackage ohMappingConfiguration, MEStubPackageBase ohStubPackageBase, MEStubPackage ohStubPackage, MEMappingPackageType ohMappingPackageType, List<MEMappingPackageContent> seqVirtualSystem) -
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
-
ohMappingConfiguration
The Configuration Package itself -
ohStubPackageBase
The base package for stub packages, if exists -
ohStubPackage
The Stub Package, if exists -
ohMappingPackageType
The MappingPackageType package, which represents the mapping type, if exists -
seqVirtualSystem
The Virtual System Packages found below the MappingPackageType package
-
-
Constructor Details
-
ARG_MEMappingEnvironment
public ARG_MEMappingEnvironment() -
ARG_MEMappingEnvironment
public ARG_MEMappingEnvironment(MEMappingConfigurationPackage ohMappingConfiguration, MEStubPackageBase ohStubPackageBase, MEStubPackage ohStubPackage, MEMappingPackageType ohMappingPackageType, List<MEMappingPackageContent> seqVirtualSystem)
-
-
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
-