public class ForecastAdjustmentVolumeType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_DAILY_VOLUME |
static String |
_HISTORICAL_BASIS_VOLUME |
static String |
_TOTAL_VOLUME |
static String |
_UNKNOWN |
static ForecastAdjustmentVolumeType |
DAILY_VOLUME |
static ForecastAdjustmentVolumeType |
HISTORICAL_BASIS_VOLUME |
static ForecastAdjustmentVolumeType |
TOTAL_VOLUME |
static ForecastAdjustmentVolumeType |
UNKNOWN |
| Modifier | Constructor and Description |
|---|---|
protected |
ForecastAdjustmentVolumeType(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static ForecastAdjustmentVolumeType |
fromString(String value) |
static ForecastAdjustmentVolumeType |
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 _UNKNOWN
public static final String _DAILY_VOLUME
public static final String _TOTAL_VOLUME
public static final String _HISTORICAL_BASIS_VOLUME
public static final ForecastAdjustmentVolumeType UNKNOWN
public static final ForecastAdjustmentVolumeType DAILY_VOLUME
public static final ForecastAdjustmentVolumeType TOTAL_VOLUME
public static final ForecastAdjustmentVolumeType HISTORICAL_BASIS_VOLUME
protected ForecastAdjustmentVolumeType(String value)
public String getValue()
public static ForecastAdjustmentVolumeType fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static ForecastAdjustmentVolumeType 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 © 2021. All rights reserved.