Uses of Interface
org.opendaylight.mdsal.binding.model.api.Constant
Packages that use Constant
Package
Description
Model of Java classes generated from YANG.
-
Uses of Constant in org.opendaylight.mdsal.binding.model.api
Methods in org.opendaylight.mdsal.binding.model.api that return types with arguments of type ConstantModifier and TypeMethodDescriptionGeneratedType.getConstantDefinitions()Returns List of Constant definitions associated with Generated Type. -
Uses of Constant in org.opendaylight.mdsal.binding.model.api.type.builder
Methods in org.opendaylight.mdsal.binding.model.api.type.builder that return ConstantModifier and TypeMethodDescriptionGeneratedTypeBuilderBase.addConstant(Type type, String name, Object value) Adds Constant definition and returnsnewConstant instance.
By definition Constant MUST be defined by return Type, Name and assigned value.ConstantBuilder.toInstance()