public class ParameterInfo extends Object
| Constructor and Description |
|---|
ParameterInfo(String name,
boolean required,
DataType type,
String description) |
ParameterInfo(String name,
boolean required,
DataType type,
String description,
List<?> allowedValues) |
ParameterInfo(String name,
boolean required,
DataType type,
String description,
Map<?,?> allowedValues) |
ParameterInfo(String name,
boolean required,
DataType type,
String description,
Object defaultValue,
Map<?,?> allowedValues) |
| Modifier and Type | Method and Description |
|---|---|
void |
addAllowedValue(Object value,
Object text) |
Map<Object,Object> |
getAllowedValues() |
Object |
getDefaultValue() |
String |
getDescription() |
String |
getName() |
DataType |
getType() |
boolean |
isRequired() |
public ParameterInfo(String name, boolean required, DataType type, String description)
public ParameterInfo(String name, boolean required, DataType type, String description, List<?> allowedValues)
public ParameterInfo(String name, boolean required, DataType type, String description, Map<?,?> allowedValues)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.