public interface AnnotationType extends Type
Modifier and Type | Interface and Description |
---|---|
static interface |
AnnotationType.Parameter
Annotation Type parameter interface.
|
Modifier and Type | Method and Description |
---|---|
boolean |
containsParameters()
Returns
true if annotation contains parameters. |
List<AnnotationType> |
getAnnotations()
Returns the List of Annotations.
|
AnnotationType.Parameter |
getParameter(String paramName)
Returns Parameter Definition assigned for given parameter name.
|
List<String> |
getParameterNames()
Returns List of parameter names.
|
List<AnnotationType.Parameter> |
getParameters()
Returns List of all parameters assigned to Annotation Type.
|
getFullyQualifiedName, getName, getPackageName
List<AnnotationType> getAnnotations()
AnnotationType.Parameter getParameter(String paramName)
null
value.paramName
- Parameter NameList<AnnotationType.Parameter> getParameters()
List<String> getParameterNames()
boolean containsParameters()
true
if annotation contains parameters.true
if annotation contains parameters.Copyright © 2019 OpenDaylight. All rights reserved.