Uses of Enum Class
org.opendaylight.mdsal.binding.model.api.MethodSignature.ValueMechanics
Packages that use MethodSignature.ValueMechanics
Package
Description
Model of Java classes generated from YANG.
-
Uses of MethodSignature.ValueMechanics in org.opendaylight.mdsal.binding.model.api
Methods in org.opendaylight.mdsal.binding.model.api that return MethodSignature.ValueMechanicsModifier and TypeMethodDescription@NonNull MethodSignature.ValueMechanicsMethodSignature.getMechanics()Return the mechanics associated with this method.Returns the enum constant of this class with the specified name.static MethodSignature.ValueMechanics[]MethodSignature.ValueMechanics.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MethodSignature.ValueMechanics in org.opendaylight.mdsal.binding.model.api.type.builder
Methods in org.opendaylight.mdsal.binding.model.api.type.builder with parameters of type MethodSignature.ValueMechanicsModifier and TypeMethodDescriptionMethodSignatureBuilder.setMechanics(MethodSignature.ValueMechanics mechanics)