Package de.mid.innovator.srv2api.icw2dm
Class ARG_XDMNInformationItemRep
java.lang.Object
de.mid.innovator.srv2api.icw2dm.ARG_XDMNElementRep
de.mid.innovator.srv2api.icw2dm.ARG_XDMNInformationItemRep
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_XDMNInformationItemRep
extends ARG_XDMNElementRep
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe type of this information itemthe name of this information itemthe type name of this information itemFields inherited from class de.mid.innovator.srv2api.icw2dm.ARG_XDMNElementRep
ohElement -
Constructor Summary
ConstructorsConstructorDescriptionARG_XDMNInformationItemRep(DMNElement ohElement, String strName, CLClassifier ohType, String strType) -
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
the name of this information item -
ohType
the type of this information item -
strType
the type name of this information item
-
-
Constructor Details
-
ARG_XDMNInformationItemRep
public ARG_XDMNInformationItemRep() -
ARG_XDMNInformationItemRep
public ARG_XDMNInformationItemRep(DMNElement ohElement, String strName, CLClassifier ohType, String strType)
-
-
Method Details
-
marshal
public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
marshalin interfacede.mid.innovator.srv2api.impl.MarshallAble- Overrides:
marshalin classARG_XDMNElementRep
-
unmarshal
- Specified by:
unmarshalin interfacede.mid.innovator.srv2api.impl.MarshallAble- Overrides:
unmarshalin classARG_XDMNElementRep
-
resolveReferences
public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel) - Specified by:
resolveReferencesin interfacede.mid.innovator.srv2api.impl.MarshallAble- Overrides:
resolveReferencesin classARG_XDMNElementRep
-