public interface ExportAttributes extends UnmodifiableBasicList<ExportAttributes.ExportAttribute>, java.lang.Cloneable, Persistent
Modifier and Type | Interface and Description |
---|---|
static interface |
ExportAttributes.ExportAttribute |
EMPTY_UNMODIFIABLEBASICLIST
EMPTY_GETITEMWITHSIZEANDITERATOR
Modifier and Type | Method and Description |
---|---|
ExportAttributes |
clone() |
ExportAttributes.ExportAttribute |
getExportAttribute(java.lang.String name) |
NamesTranslator |
getNamesTranslator() |
FeatureType |
getSourceFeatureType() |
java.lang.String |
getSourceName(java.lang.String name) |
int |
getSourceType(java.lang.String name) |
FeatureType |
getTargetFeatureType() |
java.lang.String |
getTargetName(java.lang.String name) |
int |
getTargetType(java.lang.String name) |
boolean |
isActive() |
boolean |
isQueryAttribute(FeatureAttributeDescriptor attr) |
void |
setActive(boolean b) |
void |
setExportAttributes(java.util.List<ExportAttributes.ExportAttribute> exportAttributes) |
void |
setNamesTranslator(NamesTranslator attnt) |
void |
setSourceFeatureType(FeatureType sourceFeatureType,
FeatureQuery query) |
toList
isEmpty, isEmpty, isEmpty, isEmptyQuietly
loadFromState, saveToState
ExportAttributes clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
void setActive(boolean b)
boolean isActive()
ExportAttributes.ExportAttribute getExportAttribute(java.lang.String name)
FeatureType getTargetFeatureType()
void setSourceFeatureType(FeatureType sourceFeatureType, FeatureQuery query)
FeatureType getSourceFeatureType()
java.lang.String getTargetName(java.lang.String name)
java.lang.String getSourceName(java.lang.String name)
int getTargetType(java.lang.String name)
int getSourceType(java.lang.String name)
void setNamesTranslator(NamesTranslator attnt)
NamesTranslator getNamesTranslator()
void setExportAttributes(java.util.List<ExportAttributes.ExportAttribute> exportAttributes)
boolean isQueryAttribute(FeatureAttributeDescriptor attr)