org.gcube_system.namespaces.data.analysis.statisticalmanager.types
Class StatisticalServiceType

java.lang.Object
  extended by org.gcube_system.namespaces.data.analysis.statisticalmanager.types.StatisticalServiceType
All Implemented Interfaces:
Serializable

public class StatisticalServiceType
extends Object
implements Serializable

See Also:
Serialized Form

Field Summary
static String _COLUMN
           
static String _COLUMN_LIST
           
static String _ENUM
           
static String _FILE
           
static String _LIST
           
static String _PRIMITIVE
           
static String _TABULAR
           
static String _TABULAR_LIST
           
static StatisticalServiceType COLUMN
           
static StatisticalServiceType COLUMN_LIST
           
static StatisticalServiceType ENUM
           
static StatisticalServiceType FILE
           
static StatisticalServiceType LIST
           
static StatisticalServiceType PRIMITIVE
           
static StatisticalServiceType TABULAR
           
static StatisticalServiceType TABULAR_LIST
           
 
Constructor Summary
protected StatisticalServiceType(String value)
           
 
Method Summary
 boolean equals(Object obj)
           
static StatisticalServiceType fromString(String value)
           
static StatisticalServiceType 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

_TABULAR

public static final String _TABULAR
See Also:
Constant Field Values

_FILE

public static final String _FILE
See Also:
Constant Field Values

_PRIMITIVE

public static final String _PRIMITIVE
See Also:
Constant Field Values

_LIST

public static final String _LIST
See Also:
Constant Field Values

_ENUM

public static final String _ENUM
See Also:
Constant Field Values

_TABULAR_LIST

public static final String _TABULAR_LIST
See Also:
Constant Field Values

_COLUMN_LIST

public static final String _COLUMN_LIST
See Also:
Constant Field Values

_COLUMN

public static final String _COLUMN
See Also:
Constant Field Values

TABULAR

public static final StatisticalServiceType TABULAR

FILE

public static final StatisticalServiceType FILE

PRIMITIVE

public static final StatisticalServiceType PRIMITIVE

LIST

public static final StatisticalServiceType LIST

ENUM

public static final StatisticalServiceType ENUM

TABULAR_LIST

public static final StatisticalServiceType TABULAR_LIST

COLUMN_LIST

public static final StatisticalServiceType COLUMN_LIST

COLUMN

public static final StatisticalServiceType COLUMN
Constructor Detail

StatisticalServiceType

protected StatisticalServiceType(String value)
Method Detail

getValue

public String getValue()

fromValue

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

fromString

public static StatisticalServiceType 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.