Uses of Interface
org.opendaylight.mdsal.binding.model.api.AnnotationType.Parameter
Packages that use AnnotationType.Parameter
Package
Description
Model of Java classes generated from YANG.
-
Uses of AnnotationType.Parameter in org.opendaylight.mdsal.binding.model.api
Methods in org.opendaylight.mdsal.binding.model.api that return AnnotationType.ParameterModifier and TypeMethodDescriptionAnnotationType.getParameter(String paramName) Returns Parameter Definition assigned for given parameter name.Methods in org.opendaylight.mdsal.binding.model.api that return types with arguments of type AnnotationType.ParameterModifier and TypeMethodDescriptionAnnotationType.getParameters()Returns List of all parameters assigned to Annotation Type.