org.gcube.informationsystem.glitebridge.kimpl.site
Class KMainMemoryFullType
java.lang.Object
org.gcube.informationsystem.glitebridge.kimpl.site.KMainMemoryFullType
public class KMainMemoryFullType
- extends java.lang.Object
- Author:
- Luca Frosini (ISTI-CNR)
Method Summary |
static MainMemoryFullType |
load(org.kxml2.io.KXmlParser parser,
java.lang.String rootTag)
|
static void |
store(MainMemoryFullType mainMemoryFullType,
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 |
KMainMemoryFullType
public KMainMemoryFullType()
load
public static MainMemoryFullType load(org.kxml2.io.KXmlParser parser,
java.lang.String rootTag)
throws java.lang.Exception
- Parameters:
parser
- KXmlParserrootTag
- START and END TAG
- Returns:
- MainMemoryFullType
- Throws:
java.lang.Exception
- if fails
store
public static void store(MainMemoryFullType mainMemoryFullType,
org.kxml2.io.KXmlSerializer serializer,
java.lang.String rootTag)
throws java.lang.Exception
- Parameters:
mainMemoryFullType
- MainMemoryFullTypeserializer
- KXmlSerializerrootTag
- START and END TAG
- Throws:
java.lang.Exception
- if fails