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
|
default boolean |
hasDefaultValue() |
String getDescription()
String getName()
String getSimpleType()
String getType()
List<String> getAllowedValues()
String getDefaultValue()
default boolean hasDefaultValue()
Copyright © 2022 LSST. All rights reserved.