B
- public class EnumConvertComponent<B> extends Object implements ComponentInterface
Constructor and Description |
---|
EnumConvertComponent() |
Modifier and Type | Method and Description |
---|---|
void |
execute(Context context)
组件执行方法
|
String |
getEnumClassPath() |
String |
getResultKey() |
String |
getType() |
String |
getValue() |
void |
setEnumClassPath(String enumClassPath) |
void |
setResultKey(String resultKey) |
void |
setType(String type) |
void |
setValue(String value) |
public void execute(Context context)
ComponentInterface
execute
in interface ComponentInterface
context
- 组件执行的环境public String getType()
public void setType(String type)
public String getEnumClassPath()
public void setEnumClassPath(String enumClassPath)
public String getResultKey()
public void setResultKey(String resultKey)
public String getValue()
public void setValue(String value)
Copyright © 2006–2018 TinyGroup. All rights reserved.