Class ARG_NotifyConfigurationInoElement
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_NotifyConfigurationInoElement
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_NotifyConfigurationInoElement
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionintoptional id of the element's conditionoptional name of the element's conditionthe element's UUID -
Constructor Summary
ConstructorsConstructorDescriptionARG_NotifyConfigurationInoElement(String UUID, String conditionName, int conditionId) -
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
-
UUID
the element's UUID -
conditionName
optional name of the element's condition -
conditionId
public int conditionIdoptional id of the element's condition
-
-
Constructor Details
-
ARG_NotifyConfigurationInoElement
public ARG_NotifyConfigurationInoElement() -
ARG_NotifyConfigurationInoElement
-
-
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
-