Class ARG_ConditionProperty
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_ConditionProperty
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_ConditionProperty
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleantrue, if the value is relevanttyped element of conditiondisplay name of typed elementdisplay name of valuestring value of typed element -
Constructor Summary
ConstructorsConstructorDescriptionARG_ConditionProperty(MM2TypedElement ohElem, String strDspElem, String strValue, String strDspValue, boolean isValueRelevant) -
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
-
ohElem
typed element of condition -
strDspElem
display name of typed element -
strValue
string value of typed element -
strDspValue
display name of value -
isValueRelevant
public boolean isValueRelevanttrue, if the value is relevant
-
-
Constructor Details
-
ARG_ConditionProperty
public ARG_ConditionProperty() -
ARG_ConditionProperty
public ARG_ConditionProperty(MM2TypedElement ohElem, String strDspElem, String strValue, String strDspValue, boolean isValueRelevant)
-
-
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
-