Package org.apache.sis.console
Class IdentifierCommand.Row
java.lang.Object
org.apache.sis.console.IdentifierCommand.Row
- Enclosing class:
- IdentifierCommand
A row containing a metadata or CRS identifier, its name and a status flag.
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) final CharSequence
A description to write after the identifier.(package private) final String
The identifier.(package private) final IdentifierCommand.State
The two-letters state to write before the identifier. -
Constructor Summary
ConstructorsConstructorDescriptionRow
(IdentifierCommand.State state, String identifier, CharSequence description) Creates a row for the given elements. -
Method Summary
-
Field Details
-
state
The two-letters state to write before the identifier. -
identifier
The identifier. -
description
A description to write after the identifier.
-
-
Constructor Details
-
Row
Row(IdentifierCommand.State state, String identifier, CharSequence description) Creates a row for the given elements.
-