public class MultiFeature extends Feature
Feature.FeatureType
properties
Constructor and Description |
---|
MultiFeature()
Creates a new MultiFeature.
|
Modifier and Type | Method and Description |
---|---|
void |
addFeature(Feature feature)
Adss a feature to this multi-feature.
|
java.util.List<Feature> |
getFeatures()
Returns all features of this multi-feature.
|
void |
setFeatures(java.util.List<Feature> features)
Sets all features of this multi-feature.
|
addProperty, getId, getIntegerProperty, getProperties, getProperty, getStringProperty, getType, putProperty, setId, setProperties
public java.util.List<Feature> getFeatures()
public void setFeatures(java.util.List<Feature> features)
features
- The features.public void addFeature(Feature feature)
feature
- A feature.