Package | Description |
---|---|
org.opendaylight.yangtools.yang.common |
Modifier and Type | Interface and Description |
---|---|
interface |
CanonicalValueSupport<T extends CanonicalValue<T>>
Support for a
CanonicalValue subclasses. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCanonicalValueSupport<T extends CanonicalValue<T>>
Base implementation of
CanonicalValueSupport . |
class |
AbstractCanonicalValueValidator<T extends DerivedString<T>,V extends T>
Abstract base class for implementing validators.
|
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 |
---|---|
default CanonicalValueValidator<T,? extends T> |
CanonicalValue.validator()
Return a
CanonicalValueValidator associated with this value's validated type. |
Copyright © 2019 OpenDaylight. All rights reserved.