|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectcom.generationjava.namespace.AbstractNamespace
Abstract representation of an namespace.
| Constructor Summary | |
AbstractNamespace()
|
|
| Method Summary | |
abstract Object |
getValue(String name)
Get the value in this namespace under the specified name. |
boolean |
hasValue(String name)
Does the namespace have a value under the specified name. |
abstract Iterator |
iterateNames()
The names in a Namespace |
abstract void |
putValue(String name,
Object info)
Put a value in this namespace, under the specified name. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AbstractNamespace()
| Method Detail |
public abstract Object getValue(String name)
getValue in interface Namespacepublic boolean hasValue(String name)
hasValue in interface Namespace
public abstract void putValue(String name,
Object info)
putValue in interface Namespacepublic abstract Iterator iterateNames()
iterateNames in interface Namespace
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||