aggregationPropertyDefinitionDefault = TestChildCfgDefn.getInstance()
.getAggregationPropertyPropertyDefinition();
// Create the two test aggregation properties.
AggregationPropertyDefinition.Builder<ConnectionHandlerCfgClient, ConnectionHandlerCfg> builder;
TestChildCfgDefn d = TestChildCfgDefn.getInstance();
builder = AggregationPropertyDefinition.createBuilder(d,
"aggregation-property");
builder.setOption(PropertyOption.MULTI_VALUED);
builder.setAdministratorAction(new AdministratorAction(
AdministratorAction.Type.NONE, d, "aggregation-property"));