Uses of Class
org.opendaylight.yangtools.yang.common.DerivedString
Packages that use DerivedString
Package
Description
Common YANG concepts and constants expressed in terms of Java.
-
Uses of DerivedString in org.opendaylight.yangtools.yang.common
Classes in org.opendaylight.yangtools.yang.common with type parameters of type DerivedStringModifier and TypeClassDescriptionclass
AbstractCanonicalValueValidator<T extends DerivedString<T>,
V extends T> Abstract base class for implementing validators.class
DerivedString<T extends DerivedString<T>>
Abstract base class for objects which are string-equivalent to canonical string representation specified in a YANG model.Subclasses of DerivedString in org.opendaylight.yangtools.yang.commonModifier and TypeClassDescriptionclass
CachingDerivedString<T extends CachingDerivedString<T>>
A opportunistically-cachingDerivedString
.