Class ARG_TemplateParameterSubstitution

  • All Implemented Interfaces:
    de.mid.innovator.srv2api.impl.MarshallAble

    public class ARG_TemplateParameterSubstitution
    extends java.lang.Object
    implements de.mid.innovator.srv2api.impl.MarshallAble
    • Field Detail

      • strFormal

        public java.lang.String strFormal
        name of this parameter
      • strActual

        public java.lang.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 Detail

      • ARG_TemplateParameterSubstitution

        public ARG_TemplateParameterSubstitution()
    • Method Detail

      • 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