public class SimpleFeatureNamedProcessable extends SimpleProcessable implements FeatureNamed
SimpleProcessable that additionally implements FeatureNamed.| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
featureName |
processingFlags, processingInfo| Constructor and Description |
|---|
SimpleFeatureNamedProcessable()
Creates an uninitialized SimpleFeatureNamedProcessable.
|
SimpleFeatureNamedProcessable(java.lang.String featureName,
int processingFlags,
java.lang.Object processingInfo)
Creates an initialized SimpleFeatureNamedProcessable.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFeatureName()
Returns the feature name for this entity.
|
void |
setFeatureName(java.lang.String featureName)
Sets the feature name for this entity.
|
getProcessingFlags, getProcessingInfo, setProcessingFlags, setProcessingInfopublic SimpleFeatureNamedProcessable()
public SimpleFeatureNamedProcessable(java.lang.String featureName,
int processingFlags,
java.lang.Object processingInfo)
public java.lang.String getFeatureName()
FeatureNamedgetFeatureName in interface FeatureNamedpublic void setFeatureName(java.lang.String featureName)
FeatureNamedsetFeatureName in interface FeatureNamedfeatureName - the feature Name to be set.