Package org.yamcs.xtce
Class CommandContainer
java.lang.Object
org.yamcs.xtce.NameDescription
org.yamcs.xtce.Container
org.yamcs.xtce.CommandContainer
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.yamcs.xtce.NameDescription
NameDescription.Builder<T extends NameDescription.Builder<T>> -
Field Summary
Fields inherited from class org.yamcs.xtce.Container
baseContainer, restrictionCriteria, sizeInBitsFields inherited from class org.yamcs.xtce.NameDescription
ancillaryData, name, PATH_SEPARATOR, qualifiedName, xtceAliasSet -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidlooks up in the argumentEntry list the first one that is linked to the passed on argumentreturns the list of entriesvoidprint(PrintStream out) Methods inherited from class org.yamcs.xtce.Container
getBaseContainer, getRateInStream, getRestrictionCriteria, getSizeInBits, setBaseContainer, setRateInStream, setRestrictionCriteria, setSizeInBitsMethods inherited from class org.yamcs.xtce.NameDescription
addAlias, addAliases, addAncillaryData, getAlias, getAliasSet, getAncillaryData, getLongDescription, getName, getName, getOpsName, getQualifiedName, getShortDescription, getSubsystemName, getSubsystemName, qualifiedName, setAliasSet, setAncillaryData, setLongDescription, setName, setQualifiedName, setShortDescription
-
Constructor Details
-
CommandContainer
-
-
Method Details
-
getEntryForArgument
looks up in the argumentEntry list the first one that is linked to the passed on argument- Parameters:
arg-- Returns:
- the ArgumentEntry whose argument is arg. Returns null if no ArgumentEntry satisfies the condition;
-
getEntryList
returns the list of entries- Specified by:
getEntryListin classContainer- Returns:
-
addEntry
-
print
-