com.generationjava.namespace
Interface Namespace

All Superinterfaces:
Serializable
All Known Implementing Classes:
AbstractNamespace

public interface Namespace
extends Serializable

A namespace.


Method Summary
 Object getValue(String name)
          Get a value from the namespace under the specified name.
 boolean hasValue(String name)
          Does the namespace have a value under the specified name.
 Iterator iterateNames()
          The names in a Namespace
 void putValue(String name, Object info)
          Put a value in the namespace, under the specified name.
 

Method Detail

getValue

public Object getValue(String name)
Get a value from the namespace under the specified name.


hasValue

public boolean hasValue(String name)
Does the namespace have a value under the specified name.


putValue

public void putValue(String name,
                     Object info)
Put a value in the namespace, under the specified name.


iterateNames

public Iterator iterateNames()
The names in a Namespace



Copyright © 2000-2005 OSJava. All Rights Reserved.