Uses of Class
org.yamcs.xtce.Argument
-
Packages that use Argument Package Description org.yamcs.xtce -
-
Uses of Argument in org.yamcs.xtce
Methods in org.yamcs.xtce that return Argument Modifier and Type Method Description ArgumentArgumentEntry. getArgument()ArgumentMetaCommand. getArgument(String argumentName)returns an argument based on name or null if it doesn't existMethods in org.yamcs.xtce that return types with arguments of type Argument Modifier and Type Method Description List<Argument>MetaCommand. getArgumentList()returns the list of arguments of this command can be empty if the command doesn't have argumentsMethods in org.yamcs.xtce with parameters of type Argument Modifier and Type Method Description voidMetaCommand. addArgument(Argument arg)Adds an argument to the command.ArgumentEntryCommandContainer. getEntryForArgument(Argument arg)looks up in the argumentEntry list the first one that is linked to the passed on argumentvoidArgumentEntry. setArgument(Argument argument)Constructors in org.yamcs.xtce with parameters of type Argument Constructor Description ArgumentEntry(int locationInContainerInBits, SequenceEntry.ReferenceLocationType location, Argument argument)ArgumentEntry(Argument arg)
-