Class Column

java.lang.Object
org.apache.sis.util.collection.TableColumn<Class<?>>
org.apache.sis.internal.converter.Column
All Implemented Interfaces:
Serializable, CheckedContainer<Class<?>>

final class Column extends TableColumn<Class<?>> implements Serializable
Columns in the string representation of converter chains. This is used mostly for debugging purpose.
Since:
0.3
Version:
0.3
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      For cross-version compatibility.
      See Also:
    • SOURCE

      static final Column SOURCE
      The column for the source type.
    • TARGET

      static final Column TARGET
      The column for the target type.
    • target

      private final boolean target
      false for the source, or true for the target.
  • Constructor Details

    • Column

      private Column(boolean target)
      Creates a new column.
  • Method Details