| Package | Description |
|---|---|
| top.hmtools.enums |
一些常用枚举
|
| top.hmtools.model |
数据模型相关工具类
|
| Modifier and Type | Method and Description |
|---|---|
static EDataFormat |
EDataFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDataFormat[] |
EDataFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
EDataFormat |
ControllerInfoModel.getInputDataFormat() |
EDataFormat |
ControllerInfoModel.getOutputDataFormat() |
| Modifier and Type | Method and Description |
|---|---|
void |
ControllerInfoModel.setInputDataFormat(EDataFormat inputDataFormat) |
void |
ControllerInfoModel.setOutputDataFormat(EDataFormat outputDataFormat) |
Copyright © 2018. All rights reserved.