public class DateRangeType extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
_CURRENT_AND_NEXT_MONTH |
static String |
_CUSTOM_DATE |
static String |
_LAST_3_MONTHS |
static String |
_LAST_MONTH |
static String |
_LAST_WEEK |
static String |
_NEXT_12_MONTHS |
static String |
_NEXT_3_MONTHS |
static String |
_NEXT_90_DAYS |
static String |
_NEXT_DAY |
static String |
_NEXT_MONTH |
static String |
_NEXT_QUARTER |
static String |
_NEXT_WEEK |
static String |
_REACH_LIFETIME |
static String |
_TODAY |
static String |
_YESTERDAY |
static DateRangeType |
CURRENT_AND_NEXT_MONTH |
static DateRangeType |
CUSTOM_DATE |
static DateRangeType |
LAST_3_MONTHS |
static DateRangeType |
LAST_MONTH |
static DateRangeType |
LAST_WEEK |
static DateRangeType |
NEXT_12_MONTHS |
static DateRangeType |
NEXT_3_MONTHS |
static DateRangeType |
NEXT_90_DAYS |
static DateRangeType |
NEXT_DAY |
static DateRangeType |
NEXT_MONTH |
static DateRangeType |
NEXT_QUARTER |
static DateRangeType |
NEXT_WEEK |
static DateRangeType |
REACH_LIFETIME |
static DateRangeType |
TODAY |
static DateRangeType |
YESTERDAY |
| Modifier | Constructor and Description |
|---|---|
protected |
DateRangeType(String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static DateRangeType |
fromString(String value) |
static DateRangeType |
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 _TODAY
public static final String _YESTERDAY
public static final String _LAST_WEEK
public static final String _LAST_MONTH
public static final String _LAST_3_MONTHS
public static final String _REACH_LIFETIME
public static final String _CUSTOM_DATE
public static final String _NEXT_DAY
public static final String _NEXT_90_DAYS
public static final String _NEXT_WEEK
public static final String _NEXT_MONTH
public static final String _CURRENT_AND_NEXT_MONTH
public static final String _NEXT_QUARTER
public static final String _NEXT_3_MONTHS
public static final String _NEXT_12_MONTHS
public static final DateRangeType TODAY
public static final DateRangeType YESTERDAY
public static final DateRangeType LAST_WEEK
public static final DateRangeType LAST_MONTH
public static final DateRangeType LAST_3_MONTHS
public static final DateRangeType REACH_LIFETIME
public static final DateRangeType CUSTOM_DATE
public static final DateRangeType NEXT_DAY
public static final DateRangeType NEXT_90_DAYS
public static final DateRangeType NEXT_WEEK
public static final DateRangeType NEXT_MONTH
public static final DateRangeType CURRENT_AND_NEXT_MONTH
public static final DateRangeType NEXT_QUARTER
public static final DateRangeType NEXT_3_MONTHS
public static final DateRangeType NEXT_12_MONTHS
protected DateRangeType(String value)
public String getValue()
public static DateRangeType fromValue(String value) throws IllegalArgumentException
IllegalArgumentExceptionpublic static DateRangeType 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 © 2020. All rights reserved.