org.gcube.contentmanagement.timeseriesservice.stubs.types
Class DataType

java.lang.Object
  extended by org.gcube.contentmanagement.timeseriesservice.stubs.types.DataType
All Implemented Interfaces:
Serializable

public class DataType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _Boolean
           
static String _Date
           
static String _Float
           
static String _Integer
           
static String _Text
           
static String _Time
           
static String _Timestamp
           
static DataType Boolean
           
static DataType Date
           
static DataType Float
           
static DataType Integer
           
static DataType Text
           
static DataType Time
           
static DataType Timestamp
           
 
Constructor Summary
protected DataType(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static DataType fromString(String value)
           
static DataType fromValue(String value)
           
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
           
static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
           
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 String getValue()
           
 int hashCode()
           
 Object readResolve()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

_Text

public static final String _Text
See Also:
Constant Field Values

_Integer

public static final String _Integer
See Also:
Constant Field Values

_Date

public static final String _Date
See Also:
Constant Field Values

_Float

public static final String _Float
See Also:
Constant Field Values

_Time

public static final String _Time
See Also:
Constant Field Values

_Boolean

public static final String _Boolean
See Also:
Constant Field Values

_Timestamp

public static final String _Timestamp
See Also:
Constant Field Values

Text

public static final DataType Text

Integer

public static final DataType Integer

Date

public static final DataType Date

Float

public static final DataType Float

Time

public static final DataType Time

Boolean

public static final DataType Boolean

Timestamp

public static final DataType Timestamp
Constructor Detail

DataType

protected DataType(String value)
Method Detail

getValue

public String getValue()

fromValue

public static DataType fromValue(String value)
                          throws IllegalArgumentException
Throws:
IllegalArgumentException

fromString

public static DataType fromString(String value)
                           throws IllegalArgumentException
Throws:
IllegalArgumentException

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

readResolve

public Object readResolve()
                   throws ObjectStreamException
Throws:
ObjectStreamException

getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
                                                                Class _javaType,
                                                                QName _xmlType)

getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
                                                                    Class _javaType,
                                                                    QName _xmlType)

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object



Copyright © 2012. All Rights Reserved.