- 
- All Known Implementing Classes:
- CommandLine.Model.ArgGroupSpec,- CommandLine.Model.OptionSpec
 - Enclosing class:
- CommandLine.Model
 
 public static interface CommandLine.Model.IOrdered- Since:
- 4.0
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description intorder()Returns the position in the options list in the usage help message at which this element should be shown.
 
- 
- 
- 
Method Detail- 
orderint order() Returns the position in the options list in the usage help message at which this element should be shown. Elements with a lower number are shown before elements with a higher number. For options, this attribute is only honored ifCommandLine.Model.UsageMessageSpec.sortOptions()isfalsefor this command. For argument groups, this attribute is only honored for groups that have aheading(or aheadingKeywith a non-nullvalue).
 
- 
 
-