public static interface ExportAttributes.ExportAttribute extends java.lang.Cloneable, Persistent
Modifier and Type | Method and Description |
---|---|
ExportAttributes.ExportAttribute |
clone() |
int |
getDataType() |
FeatureAttributeDescriptor |
getDescriptor() |
java.lang.String |
getName() |
int |
getNewDataType() |
java.lang.String |
getNewName() |
int |
getSize() |
boolean |
isComputed() |
boolean |
isExported() |
boolean |
isFromQuery() |
void |
setComputed(boolean computed) |
void |
setExported(boolean exported) |
int |
setNewName(java.lang.String name) |
void |
setNewType(int dataType) |
void |
setSize(int size) |
loadFromState, saveToState
FeatureAttributeDescriptor getDescriptor()
java.lang.String getName()
java.lang.String getNewName()
int getDataType()
int getNewDataType()
boolean isExported()
boolean isComputed()
int getSize()
void setSize(int size)
int setNewName(java.lang.String name)
void setNewType(int dataType)
void setExported(boolean exported)
void setComputed(boolean computed)
boolean isFromQuery()
ExportAttributes.ExportAttribute clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException