Uses of Enum
org.apache.sis.console.IdentifierCommand.State
Packages that use IdentifierCommand.State
-
Uses of IdentifierCommand.State in org.apache.sis.console
Fields in org.apache.sis.console declared as IdentifierCommand.StateModifier and TypeFieldDescription(package private) final IdentifierCommand.State
IdentifierCommand.Row.state
The two-letters state to write before the identifier.Methods in org.apache.sis.console that return IdentifierCommand.StateModifier and TypeMethodDescriptionstatic IdentifierCommand.State
Returns 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.