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, sizeInBits
Fields inherited from class org.yamcs.xtce.NameDescription
ancillaryData, name, PATH_SEPARATOR, qualifiedName, xtceAliasSet
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
looks up in the argumentEntry list the first one that is linked to the passed on argumentreturns the list of entriesvoid
print
(PrintStream out) Methods inherited from class org.yamcs.xtce.Container
getBaseContainer, getRateInStream, getRestrictionCriteria, getSizeInBits, setBaseContainer, setRateInStream, setRestrictionCriteria, setSizeInBits
Methods 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:
getEntryList
in classContainer
- Returns:
-
addEntry
-
print
-