| Modifier | Constructor and Description |
|---|---|
protected |
ActionType() |
|
ActionType(String actionName) |
| Modifier and Type | Method and Description |
|---|---|
ActionType |
defaultValue(Object value) |
ActionType |
feature(String name,
Object value) |
ActionType |
features(Map<String,Object> features) |
ActionType |
format(String format) |
String |
getActionName() |
ActionType |
nullable(boolean nullable) |
getDefaultValue, getFeatures, getFormat, getKind, isNullable, setDefaultValue, setFeatures, setFormat, setNullableprotected ActionType()
public ActionType(String actionName)
public ActionType format(String format)
public ActionType features(Map<String,Object> features)
public ActionType feature(String name, Object value)
public ActionType defaultValue(Object value)
defaultValue in class Type<Object>public ActionType nullable(boolean nullable)
public String getActionName()
Copyright © 2016–2018 Softelnet. All rights reserved.