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() |
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–2017 JBoss by Red Hat. All rights reserved.