Class TelecommandArgument

java.lang.Object
org.yamcs.studio.commanding.stack.TelecommandArgument

public class TelecommandArgument extends Object
An argument to a telecommand, whether that's assigned or not -- doesn't matter
  • Constructor Details

    • TelecommandArgument

      public TelecommandArgument(Mdb.ArgumentInfo argumentInfo, boolean editable)
  • Method Details

    • getName

      public String getName()
    • getType

      public String getType()
    • getValue

      public String getValue()
    • setValue

      public void setValue(String value)
    • getArgumentInfo

      public Mdb.ArgumentInfo getArgumentInfo()
    • isEditable

      public boolean isEditable()
    • setEditable

      public void setEditable(boolean editable)