String code = readString("the code [testCode]");
String label = readString("the label [testLabel]");
// Skip optional extensible attributes.
return (new Category(qualifier, code, label, buildSecurityAttributes("category")));
}
});
CONSTRUCTOR_BUILDERS.put(ProductionMetric.class, new IConstructorBuilder() {
public IDDMSComponent build() throws IOException, InvalidDDMSException {
String subject = readString("the subject [testSubject]");