Uses of Interface
org.opendaylight.yangtools.yang.common.CanonicalValueSupport
Packages that use CanonicalValueSupport
Package
Description
Common YANG concepts and constants expressed in terms of Java.
-
Uses of CanonicalValueSupport in org.opendaylight.yangtools.yang.common
Classes in org.opendaylight.yangtools.yang.common that implement CanonicalValueSupportModifier and TypeClassDescriptionclass
AbstractCanonicalValueSupport<T extends CanonicalValue<T>>
Base implementation ofCanonicalValueSupport
.static final class
static final class
static final class
static final class
static final class
Methods in org.opendaylight.yangtools.yang.common that return CanonicalValueSupportModifier and TypeMethodDescriptionCanonicalValue.support()
Return theCanonicalValue
associated with this type.final CanonicalValueSupport
<Decimal64> Decimal64.support()
final CanonicalValueSupport
<Uint16> Uint16.support()
final CanonicalValueSupport
<Uint32> Uint32.support()
final CanonicalValueSupport
<Uint64> Uint64.support()
final CanonicalValueSupport
<Uint8> Uint8.support()
default <X extends CanonicalValue<X>>
CanonicalValueSupport<X> CanonicalValueSupport.unsafe()
Unsafe cast to a factory type.Constructors in org.opendaylight.yangtools.yang.common with parameters of type CanonicalValueSupportModifierConstructorDescriptionprotected
AbstractCanonicalValueValidator
(CanonicalValueSupport<T> representationSupport, Class<V> validatedClass)