|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.intel.gpe.gridbeans.DefaultGridBeanModel
public class DefaultGridBeanModel
The default implementation of IGridBeanModel. Values are stored in a HashMap.
IGridBeanModel,
Serialized Form| Constructor Summary | |
|---|---|
DefaultGridBeanModel()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
get(javax.xml.namespace.QName key)
Get the value |
java.util.Set<javax.xml.namespace.QName> |
keySet()
Get the set of value names. |
void |
set(javax.xml.namespace.QName key,
java.lang.Object value)
Set the value |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultGridBeanModel()
| Method Detail |
|---|
public java.lang.Object get(javax.xml.namespace.QName key)
IGridBeanModel
get in interface IGridBeanModelkey - The name of the value
public void set(javax.xml.namespace.QName key,
java.lang.Object value)
IGridBeanModel
set in interface IGridBeanModelkey - The name of the valuevalue - The valuepublic java.util.Set<javax.xml.namespace.QName> keySet()
IGridBeanModel
keySet in interface IGridBeanModel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||