public class ExecutionErrorTypeConverter extends Object implements org.jboss.errai.databinding.client.api.Converter<ExecutionErrorType,String>
Constructor and Description |
---|
ExecutionErrorTypeConverter() |
Modifier and Type | Method and Description |
---|---|
Class<String> |
getComponentType() |
static Map<String,String> |
getErrorTypesStrMapping() |
Class<ExecutionErrorType> |
getModelType() |
ExecutionErrorType |
toModelValue(String widgetValue) |
String |
toWidgetValue(ExecutionErrorType modelValue) |
public ExecutionErrorType toModelValue(String widgetValue)
toModelValue
in interface org.jboss.errai.databinding.client.api.Converter<ExecutionErrorType,String>
public String toWidgetValue(ExecutionErrorType modelValue)
toWidgetValue
in interface org.jboss.errai.databinding.client.api.Converter<ExecutionErrorType,String>
public Class<ExecutionErrorType> getModelType()
getModelType
in interface org.jboss.errai.databinding.client.api.Converter<ExecutionErrorType,String>
public Class<String> getComponentType()
getComponentType
in interface org.jboss.errai.databinding.client.api.Converter<ExecutionErrorType,String>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.