com.ibm.sensorevent.model.generic.converter
Interface IGenericConverter

All Known Implementing Classes:
CBEConverter, Converter, GenericConverter, MapConverter, TypedMapConverter, WBEConverter, XMLConverter

public interface IGenericConverter

IGenericConverter is the interface representing the class GenericConverter.


Field Summary
static java.lang.String COPYRIGHT
           
 
Method Summary
 java.lang.String toString(IGenericEvent event)
          Converts an IGenericEvent to a String
 

Field Detail

COPYRIGHT

static final java.lang.String COPYRIGHT
See Also:
Constant Field Values
Method Detail

toString

java.lang.String toString(IGenericEvent event)
                          throws SensorEventException
Converts an IGenericEvent to a String

Throws:
SensorEventException


Copyright © 2005 - 2009 IBM Corp. All Rights Reserved.