org.gcube.informationsystem.glitebridge.kimpl.commontype
Class KOperatingSystemType
java.lang.Object
org.gcube.informationsystem.glitebridge.kimpl.commontype.KOperatingSystemType
public class KOperatingSystemType
- extends java.lang.Object
- Author:
- Luca Frosini (ISTI-CNR)
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KOperatingSystemType
public KOperatingSystemType()
load
public static OperatingSystemType load(org.kxml2.io.KXmlParser parser,
java.lang.String rootTag)
throws java.lang.Exception
- Parameters:
parser - KXmlParserrootTag - START and END TAG
- Returns:
- OperatingSystemType
- Throws:
java.lang.Exception - if fails
store
public static void store(OperatingSystemType operatingSystemType,
org.kxml2.io.KXmlSerializer serializer,
java.lang.String rootTag)
throws java.lang.Exception
- Parameters:
operatingSystemType - OperatingSystemTypeserializer - KXmlSerializerrootTag - START and END TAG
- Throws:
java.lang.Exception - if fails