|
||||||||||
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.
MetaDataProvider
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)
aName
- the parameter name
null
if none existsjava.util.Iterator<E> iterator() throws ModelException
Map.Entry
elements. The key/value pair
is only valid for the current iteration value of the iterator and
is read-only.
iterator
in interface ListModel<E extends java.util.Map.Entry<java.lang.String,V>>
null
ModelException
- if creation of iterator fails
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |