Class ARG_ModifyRequirementCmd
java.lang.Object
de.mid.innovator.srv2api.icw2model.ARG_ModifyRequirementCmd
- All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble
public class ARG_ModifyRequirementCmd
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionARG_ModifyRequirementCmd(String strName, String strId, String strStUUID, List<ARG_ModifyTypedElementCmd> seqValue) -
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
name of the requirement -
strId
id of the requirement -
strStUUID
uuid of the stereotype of the requirement -
seqValue
sequence of property values
-
-
Constructor Details
-
ARG_ModifyRequirementCmd
public ARG_ModifyRequirementCmd() -
ARG_ModifyRequirementCmd
public ARG_ModifyRequirementCmd(String strName, String strId, String strStUUID, List<ARG_ModifyTypedElementCmd> seqValue)
-
-
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
-