public interface IViewpointElementDataHandler
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
cloneData(java.lang.Object data)
Returns clone of the data object.
|
java.lang.Object |
getDataStucture(java.util.Collection<java.lang.String> collection)
The methods takes the string collection and convert into row data.
|
java.util.Collection<java.lang.String> |
getSerializedForm(java.lang.Object data)
The method takes the raw data and convert it into string collection.
|
java.lang.Object getDataStucture(java.util.Collection<java.lang.String> collection)
The method must not return null
.
collection
- string collectionjava.util.Collection<java.lang.String> getSerializedForm(java.lang.Object data)
The method must not return null
.
data
- - raw data objectjava.lang.Object cloneData(java.lang.Object data)