K - Identifier typeV - Value typepublic interface IdentifierNamespace<K,V>
IdentifierNamespace serves as common superclass for YANG model namespaces, which are type-captured
subclasses. This type capture of namespace allows for handy type-safe reading methods such as
EffectiveStatement.get(Class, Object) and still allows introduction of new namespaces without need to change
model APIs.| Modifier and Type | Method and Description |
|---|---|
V |
get(K identifier)
Returns value associated with supplied identifier.
|
Copyright © 2019 OpenDaylight. All rights reserved.