public class NewFeature {
private String featureName;
public String getFeature() {
return this.featureName;
}