public static interface AnnotationType.Parameter
getValues()
method will
return empty List and getValue()
MUST always return non-null
parameter. If the Parameter
holds List of values the singular getValue()
parameter MAY return null
value.Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the Name of the parameter.
|
String |
getValue()
Returns value in String format if Parameter contains singular value, otherwise MAY return
null . |
List<String> |
getValues()
Returns List of Parameter assigned values in order in which they were assigned for given parameter name.
If there are multiple values assigned for given parameter name the method MUST NOT return empty List. |
String getName()
String getValue()
null
.List<String> getValues()
Copyright © 2019 OpenDaylight. All rights reserved.