}
@Override
protected List<IPropertyDescriptor> getCustomPropertyDescriptors() {
List<IPropertyDescriptor> list = new ArrayList<IPropertyDescriptor>();
list.add(new StartImagePropertyDescriptor("startProcessImage", Messages.getString("ProcessDefinition.property.startImage")));
list.add(new PropertyDescriptor(PROPERTY_JPDL_VERSION, Messages.getString("ProcessDefinition.property.jpdlVersion")));
return list;
}