org.sdas.core.plugins
Interface IUserDataPlugin


public interface IUserDataPlugin


Method Summary
 java.lang.String getType()
          The type this plugin is capable of handling.
 IUserData getUserData(IData data)
          Used to transform raw data to a known user data type.
 

Method Detail

getUserData

IUserData getUserData(IData data)
Used to transform raw data to a known user data type.

Parameters:
data - the data, as IData, to transform.
Returns:
the UserData structure.

getType

java.lang.String getType()
The type this plugin is capable of handling.

Returns:
the type.