public interface DictionaryArgument extends Serializable
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAllowedValues()
Get the list of allowed values for this DictionaryArgument.
|
String |
getDefaultValue() |
String |
getDescription() |
String |
getName() |
String |
getSimpleType()
Get the simple type of this parameter
|
String |
getType()
Get the type of this parameter
|
String getDescription()
String getName()
String getSimpleType()
String getType()
List<String> getAllowedValues()
String getDefaultValue()
Copyright © 2017 LSST. All rights reserved.