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