protected abstract Object createNode(ConfigResult configuredProperties, String name)
throws ConfigException;
public final ConfigSchema getSchema() {
ConfigSchema nodeConfigSchema = getNodeConfigSchema();
ConfigSchemaImpl newConfigSchema = new ConfigSchemaImpl(nodeConfigSchema.getProperties()
.toArray(new Property[] {}), nodeConfigSchema.getAdvancedProperties().toArray(
new Property[] {}));
newConfigSchema.addProperty(pName, 0);
return newConfigSchema;