protected final Map< String, PropertyDescriptor > propertiesByName()
{
final Map< String, PropertyDescriptor > properties = new LinkedHashMap< String, PropertyDescriptor >();
properties.put( PREFIX_NAME,
new StringProperty( PREFIX_NAME, "", DEFAULT_PREFIX, properties.size() ) );
properties.put( SUFFIX_NAME,
new StringProperty( SUFFIX_NAME, "", DEFAULT_SUFFIX, properties.size() ) );
return properties;
}