Class ARG_TemplateParameterSubstitution

java.lang.Object
de.mid.innovator.srv2api.icw2class.ARG_TemplateParameterSubstitution
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_TemplateParameterSubstitution extends Object implements de.mid.innovator.srv2api.impl.MarshallAble
  • Field Details

    • ohFormal

      public CLTemplateParameter ohFormal
      the formal template parameter
    • strFormal

      public String strFormal
      name of this parameter
    • ohActual

      the actual value for this parameter
    • strActual

      public String strActual
      name of the actual value
    • isInvalid

      public boolean isInvalid
      true, if the formal template parameter is invalid an the actual value should be deleted
  • Constructor Details

  • Method Details

    • marshal

      public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      marshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • unmarshal

      public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
      Specified by:
      unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble
    • resolveReferences

      public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
      Specified by:
      resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble