ConfigSchemaImpl newConfigSchema = new ConfigSchemaImpl(nodeConfigSchema.getProperties()
.toArray(new Property[] {}), nodeConfigSchema.getAdvancedProperties().toArray(
new Property[] {}));
newConfigSchema.addProperty(pName, 0);
return newConfigSchema;
}
public abstract ConfigSchema getNodeConfigSchema();