@Beta
public static interface AnnotationType.Parameter
getValues()
method will return
empty List and getSingleValue()
MUST always return non-
null
parameter. If the Parameter holds List of values the
singular getSingleValue()
parameter MAY return null
value.Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the Name of the parameter.
|
String |
getSingleValue()
Returns value in String format if Parameter contains singular value,
otherwise should return first value only.
|
default List<String> |
getValues()
Returns List of Parameter assigned values in order in which they were
assigned for given parameter name.
|
String getName()
String getSingleValue()
NoSuchElementException
- If such value not founddefault List<String> getValues()
Copyright © 2019 OpenDaylight. All rights reserved.