Package | Description |
---|---|
org.opendaylight.yangtools.yang.common |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCanonicalValueSupport<T extends CanonicalValue<T>>
Base implementation of
CanonicalValueSupport . |
interface |
CanonicalValue<T extends CanonicalValue<T>>
A typed value in its internal Java representation.
|
interface |
CanonicalValueSupport<T extends CanonicalValue<T>>
Support for a
CanonicalValue subclasses. |
interface |
CanonicalValueValidator<T extends CanonicalValue<T>,V extends T>
CanonicalValue validator interface. |
Modifier and Type | Class and Description |
---|---|
class |
CachingDerivedString<T extends CachingDerivedString<T>>
A opportunistically-caching
DerivedString . |
class |
Decimal64
Dedicated type for YANG's 'type decimal64' type.
|
class |
DerivedString<T extends DerivedString<T>>
Abstract base class for objects which are string-equivalent to canonical string representation specified
in a YANG model.
|
class |
Uint16
Dedicated type for YANG's 'type uint16' type.
|
class |
Uint32
Dedicated type for YANG's 'type uint32' type.
|
class |
Uint64
Dedicated type for YANG's 'type uint64' type.
|
class |
Uint8
Dedicated type for YANG's 'type uint8' type.
|
Modifier and Type | Method and Description |
---|---|
default <X extends CanonicalValue<X>> |
CanonicalValueSupport.unsafe()
Unsafe cast to a factory type.
|
Copyright © 2019 OpenDaylight. All rights reserved.