Uses of Interface
org.opendaylight.yangtools.yang.common.CanonicalValueSupport
-
Uses of CanonicalValueSupport in org.opendaylight.yangtools.yang.common
Classes in org.opendaylight.yangtools.yang.common that implement CanonicalValueSupportModifier and TypeClassDescriptionclassAbstractCanonicalValueSupport<T extends CanonicalValue<T>>Base implementation ofCanonicalValueSupport.static final classstatic final classstatic final classstatic final classstatic final classMethods in org.opendaylight.yangtools.yang.common that return CanonicalValueSupportModifier and TypeMethodDescriptionCanonicalValue.support()Return theCanonicalValueassociated 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 CanonicalValueSupportModifierConstructorDescriptionprotectedAbstractCanonicalValueValidator(CanonicalValueSupport<T> representationSupport, Class<V> validatedClass)