| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MetaData<V,E extends java.util.Map.Entry<java.lang.String,V>>
An interface describing meta data associated with a portal resource.
| Method Summary | |
|---|---|
| ListModel<java.lang.String> | getNames()
Returns a list of the names of meta data entries. |
| V | getValue(java.lang.String aName)
Returns the value of a meta data entry for the given parameter name. |
| java.util.Iterator<E> | iterator()
Returns an iterator holding the meta data key/value pairs as Map.Entry elements. |
| Method Detail |
|---|
ListModel<java.lang.String> getNames()
V getValue(java.lang.String aName)
null
if none exists
java.util.Iterator<E> iterator()
throws ModelException
null
| |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||