Uses of Interface
com.pervasive.datarush.namespace.NameBinding
-
Packages that use NameBinding Package Description com.pervasive.datarush.namespace Provides utilities for creating and managing collections of named objects. -
-
Uses of NameBinding in com.pervasive.datarush.namespace
Methods in com.pervasive.datarush.namespace that return NameBinding Modifier and Type Method Description NameBinding<T>
Namespace. getBinding(int i)
Gets the name-entry association at the specified index.NameBinding<T>
NamespaceBuilder. getBinding(int i)
Gets the name-entry association at the specified index.Methods in com.pervasive.datarush.namespace that return types with arguments of type NameBinding Modifier and Type Method Description List<NameBinding<T>>
Namespace. getBindings()
Gets a collection of all the name-entry associations.List<NameBinding<T>>
NamespaceBuilder. getBindings()
Gets a collection of all the name-entry associations.
-