|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openbp.cockpit.plugins.finder.test.SimpleMapper
public class SimpleMapper
Data mapper test class.
| Constructor Summary | |
|---|---|
SimpleMapper()
|
|
| Method Summary | |
|---|---|
LeafNode |
createLeafNode()
Create the leaf node for the data object. |
PropertyNode |
createPropertyNode(int level)
Create the propertyNode of the level. |
int |
getLevels()
Get the number of levels without the leafnode. |
void |
init(java.lang.Object leafObject)
Initialize the mapper with a special object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleMapper()
| Method Detail |
|---|
public void init(java.lang.Object leafObject)
DataMapper
init in interface DataMapperleafObject - Initialization data passed by the callerDataMapper.init(Object)public LeafNode createLeafNode()
DataMapper
createLeafNode in interface DataMapperDataMapper.createLeafNode()public PropertyNode createPropertyNode(int level)
DataMapper
createPropertyNode in interface DataMapperlevel - Node level
DataMapper.createPropertyNode(int)public int getLevels()
DataMapper
getLevels in interface DataMapperDataMapper.getLevels()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||