|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDataSet
Method Summary | |
---|---|
boolean |
containsKey(String key)
Check if provided key is instained in sub object map |
TypedObject |
findObject(String id)
|
TypedObject |
findObject(String id,
String type)
|
IDataSet |
get(String id)
Retrieve DataSet specified by id |
String |
getId()
Retrieve id of DataSet |
TypedObject |
getObject(String id)
Retrieve object entry from local object map |
TypedObject |
getObject(String id,
String type)
Retrieve object entry from local object map |
Iterator |
getSubDataIterator()
Retrieve iterator over all keys provided by sub datasets |
Collection |
getSubDataValues()
Retrieve iterator over all dataSets provided as subelements of this dataSet. |
void |
put(String id,
IDataSet dataSet)
|
void |
putObject(String id,
TypedObject entry)
add new entry to local object map |
int |
size()
Retrieve number of sub datasets |
Method Detail |
---|
void putObject(String id, TypedObject entry)
id
- entry
- TypedObject getObject(String id, String type)
id
- type
-
TypedObject findObject(String id, String type)
TypedObject getObject(String id)
id
-
DDTException
- if multiple entries for id existTypedObject findObject(String id)
void put(String id, IDataSet dataSet)
id
- dataSet
- IDataSet get(String id)
id
-
boolean containsKey(String key)
key
-
Iterator getSubDataIterator()
Collection getSubDataValues()
int size()
String getId()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |