Class ARG_MEProxyProperty
java.lang.Object
de.mid.innovator.srv2api.icw2model.ARG_MEProxyProperty
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_MEProxyProperty
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionReferenced element DisplayNameintReferenced element IdReferenced element IdNameintReferenced element kindReferenced element type as StringintReferenced element typeReferenced element UUIDThe proxy itselfProxy Environment Sub StructureStub Environment Sub Structure -
Constructor Summary
ConstructorsConstructorDescriptionARG_MEProxyProperty(int elemType, int elemKind, int elemId, String elemIdReference, String elemDisplayName, String elemUUID, String elemSType, MEProxy ohProxy, ARG_MEProxyPropertyEnvironment valProxyEnvironment, ARG_MEProxyPropertyStubInfo valProxyStubInfo) -
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
-
elemType
public int elemTypeReferenced element type -
elemKind
public int elemKindReferenced element kind -
elemId
public int elemIdReferenced element Id -
elemIdReference
Referenced element IdName -
elemDisplayName
Referenced element DisplayName -
elemUUID
Referenced element UUID -
elemSType
Referenced element type as String -
ohProxy
The proxy itself -
valProxyEnvironment
Proxy Environment Sub Structure -
valProxyStubInfo
Stub Environment Sub Structure
-
-
Constructor Details
-
ARG_MEProxyProperty
public ARG_MEProxyProperty() -
ARG_MEProxyProperty
public ARG_MEProxyProperty(int elemType, int elemKind, int elemId, String elemIdReference, String elemDisplayName, String elemUUID, String elemSType, MEProxy ohProxy, ARG_MEProxyPropertyEnvironment valProxyEnvironment, ARG_MEProxyPropertyStubInfo valProxyStubInfo)
-
-
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
-