use of com.avaloq.tools.ddk.checkcfg.util.PropertiesInferenceHelper in project dsl-devkit by dsldevkit.
the class CheckConfigurationImplCustom method getProperties.
/**
* {@inheritDoc}
*/
@Override
public EList<FormalParameter> getProperties() {
EList<FormalParameter> properties = new EObjectContainmentEList<FormalParameter>(FormalParameter.class, this, CheckcfgPackage.CHECK_CONFIGURATION__PROPERTIES);
PropertiesInferenceHelper helper = PropertiesInferenceHelper.getHelper();
return helper.getProperties(this, properties);
}
Aggregations