Package | Description |
---|---|
org.opendaylight.yangtools.yang.common |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCanonicalValueSupport<T extends CanonicalValue<T>>
Base implementation of
CanonicalValueSupport . |
static class |
Decimal64.Support |
static class |
Uint16.Support |
static class |
Uint32.Support |
static class |
Uint64.Support |
static class |
Uint8.Support |
Modifier and Type | Method and Description |
---|---|
CanonicalValueSupport<Decimal64> |
Decimal64.support() |
CanonicalValueSupport<Uint64> |
Uint64.support() |
CanonicalValueSupport<Uint32> |
Uint32.support() |
CanonicalValueSupport<Uint16> |
Uint16.support() |
CanonicalValueSupport<T> |
CanonicalValue.support()
Return the
CanonicalValue associated with this type. |
CanonicalValueSupport<Uint8> |
Uint8.support() |
default <X extends CanonicalValue<X>> |
CanonicalValueSupport.unsafe()
Unsafe cast to a factory type.
|
Constructor and Description |
---|
AbstractCanonicalValueValidator(CanonicalValueSupport<T> representationSupport,
Class<V> validatedClass) |
Copyright © 2019 OpenDaylight. All rights reserved.