Interface NameBinding<T>

Type Parameters:
T - the type of object stored in the namespace

public interface NameBinding<T>
Encapsulates the association of a name and entry in a namespace.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the name in the associated pairing.
    Gets the entry in the associated pairing.
  • Method Details

    • getName

      String getName()
      Gets the name in the associated pairing.
      Returns:
      the name associated with the object
    • getValue

      T getValue()
      Gets the entry in the associated pairing.
      Returns:
      the object associated with the name