org.gcube.contentmanagement.timeseriesservice.stubs.types
Class DataType
java.lang.Object
org.gcube.contentmanagement.timeseriesservice.stubs.types.DataType
- All Implemented Interfaces:
- Serializable
public class DataType
- extends Object
- implements Serializable
- See Also:
- Serialized Form
_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
DataType
protected DataType(String value)
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.