public class AggregationFunction extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_AVG |
static String |
_MAX |
static String |
_MIN |
static String |
_SUM |
static AggregationFunction |
AVG |
static AggregationFunction |
MAX |
static AggregationFunction |
MIN |
static AggregationFunction |
SUM |
| Modifier | Constructor and Description |
|---|---|
protected |
AggregationFunction(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static AggregationFunction |
fromString(String value) |
static AggregationFunction |
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() |
public static final String _AVG
public static final String _MAX
public static final String _MIN
public static final String _SUM
public static final AggregationFunction AVG
public static final AggregationFunction MAX
public static final AggregationFunction MIN
public static final AggregationFunction SUM
protected AggregationFunction(String value)
public String getValue()
public static AggregationFunction fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static AggregationFunction fromString(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic Object readResolve() throws ObjectStreamException
ObjectStreamExceptionpublic static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.description.TypeDesc getTypeDesc()
Copyright © 2015. All Rights Reserved.