Class TelecommandArgument
java.lang.Object
org.yamcs.studio.commanding.stack.TelecommandArgument
An argument to a telecommand, whether that's assigned or not -- doesn't matter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
getType()
getValue()
boolean
void
setEditable
(boolean editable) void
-
Constructor Details
-
TelecommandArgument
-
-
Method Details
-
getName
-
getType
-
getValue
-
setValue
-
getArgumentInfo
-
isEditable
public boolean isEditable() -
setEditable
public void setEditable(boolean editable)
-