|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGridBeanModel
The model of the GridBean. It is a kind of a map where
each value has a name of type QName
.
Method Summary | |
---|---|
java.lang.Object |
get(javax.xml.namespace.QName key)
Get the value |
java.util.Set |
keySet()
Get the set of value names. |
void |
set(javax.xml.namespace.QName key,
java.lang.Object value)
Set the value |
Method Detail |
---|
java.lang.Object get(javax.xml.namespace.QName key)
key
- The name of the value
void set(javax.xml.namespace.QName key, java.lang.Object value)
key
- The name of the valuevalue
- The valuejava.util.Set keySet()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |