org.gcube.informationsystem.glitebridge.kimpl.status
Class KMeasurement

java.lang.Object
  extended by org.gcube.informationsystem.glitebridge.kimpl.status.KMeasurement

public class KMeasurement
extends java.lang.Object

Author:
Luca Frosini (ISTI-CNR)

Constructor Summary
KMeasurement()
           
 
Method Summary
static Measurement load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
static void store(Measurement measurement, org.kxml2.io.KXmlSerializer serializer, java.lang.String rootTag)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

KMeasurement

public KMeasurement()
Method Detail

load

public static Measurement load(org.kxml2.io.KXmlParser parser,
                               java.lang.String rootTag)
                        throws java.lang.Exception
Parameters:
parser - KXmlParser
rootTag - START and END TAG
Returns:
Measurement
Throws:
java.lang.Exception - if fails

store

public static void store(Measurement measurement,
                         org.kxml2.io.KXmlSerializer serializer,
                         java.lang.String rootTag)
                  throws java.lang.Exception
Parameters:
measurement - Measurement
serializer - KXmlSerializer
rootTag - START and END TAG
Throws:
java.lang.Exception - if fails