Uses of Interface
org.opendaylight.yangtools.yang.parser.spi.meta.NamespaceStorage
Packages that use NamespaceStorage
Package
Description
Provides base abstract classes, interfaces and common implementation used by the statement parser.
-
Uses of NamespaceStorage in org.opendaylight.yangtools.yang.parser.spi.meta
Subinterfaces of NamespaceStorage in org.opendaylight.yangtools.yang.parser.spi.metaModifier and TypeInterfaceDescriptionstatic interfaceinterfaceInterface implemented byNamespaceStorages which support dynamic addition of child elements as they are requested.Methods in org.opendaylight.yangtools.yang.parser.spi.meta that return NamespaceStorageModifier and TypeMethodDescription@Nullable NamespaceStorageNamespaceStorage.getParentStorage()Return the parentNamespaceStorage.default NamespaceStorageNamespaceStorage.GlobalStorage.getParentStorage()Methods in org.opendaylight.yangtools.yang.parser.spi.meta with parameters of type NamespaceStorageModifier and TypeMethodDescriptionabstract voidNamespaceBehaviour.addTo(NamespaceStorage.GlobalStorage global, NamespaceStorage storage, K key, V value) Adds a key/value to corresponding namespace storage according to param class.protected final voidNamespaceBehaviour.addToStorage(NamespaceStorage storage, K key, V value) NamespaceBehaviour.getAllFrom(NamespaceStorage.GlobalStorage global, NamespaceStorage storage) Returns all values of a keys of param class from model namespace storage.NamespaceBehaviour.getAllFromLocalStorage(NamespaceStorage storage) abstract VNamespaceBehaviour.getFrom(NamespaceStorage.GlobalStorage global, NamespaceStorage storage, K key) Returns a value from model namespace storage according to key param class.NamespaceBehaviour.getFrom(NamespaceStorage.GlobalStorage global, NamespaceStorage storage, NamespaceKeyCriterion<K> criterion) Returns the key/value mapping best matching specified criterion.protected final VNamespaceBehaviour.getFromLocalStorage(NamespaceStorage storage, K key)