org.gcube.informationsystem.glitebridge.kimpl.cluster
Class KLocationType

java.lang.Object
  extended by org.gcube.informationsystem.glitebridge.kimpl.cluster.KLocationType

public class KLocationType
extends java.lang.Object

Author:
Luca Frosini (ISTI-CNR)

Constructor Summary
KLocationType()
           
 
Method Summary
static LocationType load(org.kxml2.io.KXmlParser parser, java.lang.String rootTag)
           
static void store(LocationType locationType, 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

KLocationType

public KLocationType()
Method Detail

load

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

store

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