public class EnumParameter extends Parameter implements com.google.gwt.user.client.rpc.IsSerializable
Parameter.ParameterTypology
Constructor and Description |
---|
EnumParameter() |
EnumParameter(String name,
String description,
List<String> values,
String defaultValue) |
Modifier and Type | Method and Description |
---|---|
void |
addValue(String value) |
String |
getDefaultValue() |
String |
getValue() |
List<String> |
getValues() |
void |
setDefaultValue(String defaultValue) |
void |
setValue(String value) |
void |
setValues(List<String> values) |
getDescription, getName, getTypology, isColumn, isColumnList, isEnum, isFile, isList, isObject, isTabular, setDescription, setName, setTypology
Copyright © 2014. All Rights Reserved.