Enum FeatureFormat.Column

java.lang.Object
java.lang.Enum<FeatureFormat.Column>
org.apache.sis.feature.FeatureFormat.Column
All Implemented Interfaces:
Serializable, Comparable<FeatureFormat.Column>
Enclosing class:
FeatureFormat

public static enum FeatureFormat.Column extends Enum<FeatureFormat.Column>
Identifies the columns to include in the table formatted by FeatureFormat. By default, all columns having at least one non-null value are shown. But a smaller set of columns can be specified to the FeatureFormat.setAllowedColumns(Set) method for formatting narrower tables.
Since:
0.8
See Also:
  • Enum Constant Summary

    Enum Constants
    Enum Constant
    Description
    Cardinality (for attributes) or multiplicity (for attribute types).
    Other attributes that describes the attribute.
    Natural language designator for the property.
    Name of the property.
    Whether a property is deprecated, or other remarks.
    Type of property values.
    Property value (for properties) or default value (for property types).
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    (package private) final short
    The Vocabulary key to use for formatting the header of this column.
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    private
    Column(short key)
    Creates a new column enumeration constant.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the enum constant of this type with the specified name.
    Returns an array containing the constants of this enum type, in the order they are declared.

    Methods inherited from class java.lang.Enum

    clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, wait, wait, wait