Overview Package Class Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

diva.util
Interface PropertyContainer

All Known Subinterfaces:
CompositeNode, Edge, Graph, Node
All Known Implementing Classes:
BasicPropertyContainer

public interface PropertyContainer

An object that can be annotated with arbitrary objects whose keys are strings.

Version:
$Id: PropertyContainer.java,v 1.9 2005年07月08日 19:55:17 cxh Exp $
Author:
Michael Shilman

Method Summary
java.lang.Object getProperty(java.lang.String key)
Return the property corresponding to the given key, or null if no such property exists.
java.util.Iterator propertyNames()
Get an iterator over the names of the properties.
void setProperty(java.lang.String key, java.lang.Object value)
Set the property corresponding to the given key.

Method Detail

getProperty

public java.lang.Object getProperty(java.lang.String key)
Return the property corresponding to the given key, or null if no such property exists.


propertyNames

public java.util.Iterator propertyNames()
Get an iterator over the names of the properties.


setProperty

public void setProperty(java.lang.String key,
 java.lang.Object value)
Set the property corresponding to the given key.


Overview Package Class Tree Deprecated Index Help
PREV CLASS NEXT CLASS FRAMES NO FRAMES All Classes
SUMMARY: NESTED | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD

AltStyle によって変換されたページ (->オリジナル) /