org.gcube_system.namespaces.data.analysis.statisticalmanager.types
Class StatisticalServiceType
java.lang.Object
org.gcube_system.namespaces.data.analysis.statisticalmanager.types.StatisticalServiceType
- All Implemented Interfaces:
- Serializable
public class StatisticalServiceType
- extends Object
- implements Serializable
- See Also:
- Serialized Form
_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
StatisticalServiceType
protected StatisticalServiceType(String value)
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.