* @return the property created
*/
public static ConfigProperty createConfigProperty(Prototype prototype, Number value)
{
return new ConfigPropertyImpl(prototype.getDescription(), prototype.getLocalName(),
prototype.getLocalType(), new XsdString(String.valueOf(value), null),
Boolean.FALSE, Boolean.FALSE, Boolean.FALSE, null, false,
null, null, null, null);
}