public class ValueStateDescriptor<T> extends AbstractStateDescriptor<ValueState<T>,T>
AbstractStateDescriptor.StateType| Constructor and Description |
|---|
ValueStateDescriptor(String name,
Class<T> type,
T defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
static <T> ValueStateDescriptor<T> |
build(String name,
Class<T> type,
T defaultValue) |
T |
getDefaultValue() |
AbstractStateDescriptor.StateType |
getStateType() |
getIdentify, getName, getTableName, getType, setTableName, setType, toStringpublic static <T> ValueStateDescriptor<T> build(String name, Class<T> type, T defaultValue)
public T getDefaultValue()
public AbstractStateDescriptor.StateType getStateType()
getStateType in class AbstractStateDescriptor<ValueState<T>,T>Copyright © 2020. All rights reserved.