Uses of Enum
org.apache.sis.console.IdentifierCommand.State
Packages that use IdentifierCommand.State
-
Uses of IdentifierCommand.State in org.apache.sis.console
Subclasses with type arguments of type IdentifierCommand.State in org.apache.sis.consoleModifier and TypeClassDescriptionprivate static enumThe state to write in the left margin before the identifier.Fields in org.apache.sis.console declared as IdentifierCommand.StateModifier and TypeFieldDescription(package private) final IdentifierCommand.StateIdentifierCommand.Row.stateThe two-letters state to write before the identifier.Methods in org.apache.sis.console that return IdentifierCommand.StateModifier and TypeMethodDescriptionstatic IdentifierCommand.StateReturns the enum constant of this type with the specified name.static IdentifierCommand.State[]IdentifierCommand.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.apache.sis.console with parameters of type IdentifierCommand.StateModifierConstructorDescription(package private)Row(IdentifierCommand.State state, String identifier, CharSequence description) Creates a row for the given elements.