public interface ExportFeature extends Serializable
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID
Serial number for backward compatibility.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Returns the description of the feature.
|
ArrayList<ExportFeature> |
getExportFeatures()
Returns a list of all implemented export features.
|
String |
getFeatureFamily()
Returns the family type of this export feature.
|
String[] |
getTitles()
Returns the column titles of the feature.
|
static final long serialVersionUID
String[] getTitles()
String getDescription()
String getFeatureFamily()
ArrayList<ExportFeature> getExportFeatures()
Copyright © 2014. All rights reserved.