Class ExecutionErrorTypeConverter
- java.lang.Object
-
- org.jbpm.workbench.es.client.util.ExecutionErrorTypeConverter
-
- All Implemented Interfaces:
org.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.es.util.ExecutionErrorType,String>
public class ExecutionErrorTypeConverter extends Object implements org.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.es.util.ExecutionErrorType,String>
-
-
Constructor Summary
Constructors Constructor Description ExecutionErrorTypeConverter()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<String>getComponentType()static Map<String,String>getErrorTypesStrMapping()Class<org.jbpm.workbench.es.util.ExecutionErrorType>getModelType()org.jbpm.workbench.es.util.ExecutionErrorTypetoModelValue(String widgetValue)StringtoWidgetValue(org.jbpm.workbench.es.util.ExecutionErrorType modelValue)
-
-
-
Method Detail
-
toModelValue
public org.jbpm.workbench.es.util.ExecutionErrorType toModelValue(String widgetValue)
- Specified by:
toModelValuein interfaceorg.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.es.util.ExecutionErrorType,String>
-
toWidgetValue
public String toWidgetValue(org.jbpm.workbench.es.util.ExecutionErrorType modelValue)
- Specified by:
toWidgetValuein interfaceorg.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.es.util.ExecutionErrorType,String>
-
getModelType
public Class<org.jbpm.workbench.es.util.ExecutionErrorType> getModelType()
- Specified by:
getModelTypein interfaceorg.jboss.errai.databinding.client.api.Converter<org.jbpm.workbench.es.util.ExecutionErrorType,String>
-
-