|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.sensorevent.model.generic.converter.GenericConverter
public class GenericConverter
GenericConverter is the superclass of all converter classes in the generic sensor event model.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT
|
Constructor Summary | |
---|---|
protected |
GenericConverter()
Constructs a GenericConverter |
Method Summary | |
---|---|
static IGenericConverter |
getInstance()
Factory method to create a new IGenericConverter instance |
java.lang.String |
toString(IGenericEvent event)
Converts an IGenericEvent to a String |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String COPYRIGHT
Constructor Detail |
---|
protected GenericConverter()
Method Detail |
---|
public static IGenericConverter getInstance()
public java.lang.String toString(IGenericEvent event) throws SensorEventException
IGenericEvent
to a String
toString
in interface IGenericConverter
SensorEventException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |