Uses of Interface
org.opendaylight.mdsal.binding.model.api.Enumeration
Packages that use Enumeration
Package
Description
Model of Java classes generated from YANG.
-
Uses of Enumeration in org.opendaylight.mdsal.binding.model.api
Methods in org.opendaylight.mdsal.binding.model.api that return types with arguments of type EnumerationModifier and TypeMethodDescriptionGeneratedType.getEnumerations()Returns List of all Enumerator definitions associated with Generated Type. -
Uses of Enumeration in org.opendaylight.mdsal.binding.model.api.type.builder
Methods in org.opendaylight.mdsal.binding.model.api.type.builder that return EnumerationMethods in org.opendaylight.mdsal.binding.model.api.type.builder with parameters of type EnumerationModifier and TypeMethodDescriptionvoidGeneratedTypeBuilderBase.addEnumeration(Enumeration enumeration) Adds new Enumeration definition for Generated Type Builder and returns Enum Builder for specifying all Enum parameters.
If there is already Enumeration stored with the same name, the old enum will be simply overwritten byt new enum definition.
Name of Enumeration cannot benull, if it isnullthe method SHOULD throwIllegalArgumentException.