Enum Class FeatureFormat.Column

All Implemented Interfaces:
Serializable, Comparable<Feature­Format​.Column>, Constable
Enclosing class:
Feature­Format

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