Class ARG_AssociateProperty
java.lang.Object
de.mid.innovator.srv2api.icw2class.ARG_AssociateProperty
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_AssociateProperty
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanisTrue, if the created association should be navigable only in one wayDiagram of the call (optional)Second property of the association (optional) -
Constructor Summary
ConstructorsConstructorDescriptionARG_AssociateProperty(ADClientAble ohDia, CLProperty ohProp, boolean makeOneWay) -
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
-
ohDia
Diagram of the call (optional) -
ohProp
Second property of the association (optional) -
makeOneWay
public boolean makeOneWayisTrue, if the created association should be navigable only in one way
-
-
Constructor Details
-
ARG_AssociateProperty
public ARG_AssociateProperty() -
ARG_AssociateProperty
-
-
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
-