Class ARG_PossiblePaths
java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_PossiblePaths
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
FieldsModifier and TypeFieldDescriptionlist of possible pathslist of stereotypes used within the possible paths -
Constructor Summary
ConstructorsConstructorDescriptionARG_PossiblePaths(List<ARG_PathList> seqPath, List<ARG_PathStereotype> seqStereo) -
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
-
seqPath
list of possible paths -
seqStereo
list of stereotypes used within the possible paths
-
-
Constructor Details
-
ARG_PossiblePaths
public ARG_PossiblePaths() -
ARG_PossiblePaths
-
-
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
-