org.gcube_system.namespaces.application.aquamaps.types
Class FieldType

java.lang.Object
  extended by org.gcube_system.namespaces.application.aquamaps.types.FieldType
All Implemented Interfaces:
Serializable

public class FieldType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _BOOLEAN
           
static String _DOUBLE
           
static String _INTEGER
           
static String _LONG
           
static String _STRING
           
static String _TIMESTAMP
           
static FieldType BOOLEAN
           
static FieldType DOUBLE
           
static FieldType INTEGER
           
static FieldType LONG
           
static FieldType STRING
           
static FieldType TIMESTAMP
           
 
Constructor Summary
protected FieldType(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static FieldType fromString(String value)
           
static FieldType 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

_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
Constructor Detail

FieldType

protected FieldType(String value)
Method Detail

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.