Enum Class SyntaxNotation

java.lang.Object
java.lang.Enum<SyntaxNotation>
org.refcodes.cli.SyntaxNotation
All Implemented Interfaces:
Serializable, Comparable<SyntaxNotation>, Constable, ArgumentPrefixAccessor, ArgumentSuffixAccessor, LongOptionPrefixAccessor, ShortOptionPrefixAccessor, SyntaxMetrics

public enum SyntaxNotation extends Enum<SyntaxNotation> implements SyntaxMetrics
The SyntaxNotation is used by a the Term.toSyntax(CliContext) method to determine which notation to be used for the generated syntax.