Class ARG_NameValueDefault

java.lang.Object
de.mid.innovator.srv2api.icw2meta.ARG_NameValueDefault
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

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

    • strName

      public String strName
      name of the entry
    • strValue

      public String strValue
      value of the entry
    • isDefault

      public boolean isDefault
      true if the value is the default
    • kType

      public K_TYPE kType
      type of the entry
    • boolValue

      public boolean boolValue
      value of the entry, if type is bool, false otherwise
    • isVisible

      public boolean isVisible
      true if the entry is visible, false otherwise
  • Constructor Details

    • ARG_NameValueDefault

      public ARG_NameValueDefault()
    • ARG_NameValueDefault

      public ARG_NameValueDefault(String strName, String strValue, boolean isDefault, K_TYPE kType, boolean boolValue, boolean isVisible)
  • 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