Creates a new instance of ConfigBeansSettings
if(DESCRIPTION.equals(name)) return true; return false;
Used to map the names from original name to a transformed name. By default, since schema2beans has this restriction, property is mapped to element-property if(originalName.equals(PROPERTY)) { return ELEMENT_PROPERTY; } return originalName;
if(originalName.equals(PROPERTY)) { return ELEMENT_PROPERTY; } return originalName;