4344454647484950
public static void installSingleValueAttribute(String type) { AttributeFactory factory = AttributeFactory.getInstance(); factory.addDatatype(type, new SingleValueAttributeProxy(type)); }
4647484950515253
* @param type */ public static void installSingleValueAttribute(String type) { AttributeFactory factory = AttributeFactory.getInstance(); factory.addDatatype(type, new SingleValueAttributeProxy(type)); }