org.gcube_system.namespaces.application.aquamaps.types
Class FieldType
java.lang.Object
org.gcube_system.namespaces.application.aquamaps.types.FieldType
- All Implemented Interfaces:
- Serializable
public class FieldType
- extends Object
- implements Serializable
- See Also:
- Serialized Form
_INTEGER
public static final String _INTEGER
- See Also:
- Constant Field Values
_BOOLEAN
public static final String _BOOLEAN
- See Also:
- Constant Field Values
_STRING
public static final String _STRING
- See Also:
- Constant Field Values
_DOUBLE
public static final String _DOUBLE
- See Also:
- Constant Field Values
_LONG
public static final String _LONG
- See Also:
- Constant Field Values
_TIMESTAMP
public static final String _TIMESTAMP
- See Also:
- Constant Field Values
INTEGER
public static final FieldType INTEGER
BOOLEAN
public static final FieldType BOOLEAN
STRING
public static final FieldType STRING
DOUBLE
public static final FieldType DOUBLE
LONG
public static final FieldType LONG
TIMESTAMP
public static final FieldType TIMESTAMP
FieldType
protected FieldType(String value)
getValue
public String getValue()
fromValue
public static FieldType fromValue(String value)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
fromString
public static FieldType 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 © 2014. All Rights Reserved.