com.google.api.ads.dfp.axis.v201204
Class DayOfWeek
java.lang.Object
com.google.api.ads.dfp.axis.v201204.DayOfWeek
- All Implemented Interfaces:
- Serializable
public class DayOfWeek
- extends Object
- implements Serializable
- See Also:
- Serialized Form
_MONDAY
public static final String _MONDAY
- See Also:
- Constant Field Values
_TUESDAY
public static final String _TUESDAY
- See Also:
- Constant Field Values
_WEDNESDAY
public static final String _WEDNESDAY
- See Also:
- Constant Field Values
_THURSDAY
public static final String _THURSDAY
- See Also:
- Constant Field Values
_FRIDAY
public static final String _FRIDAY
- See Also:
- Constant Field Values
_SATURDAY
public static final String _SATURDAY
- See Also:
- Constant Field Values
_SUNDAY
public static final String _SUNDAY
- See Also:
- Constant Field Values
MONDAY
public static final DayOfWeek MONDAY
TUESDAY
public static final DayOfWeek TUESDAY
WEDNESDAY
public static final DayOfWeek WEDNESDAY
THURSDAY
public static final DayOfWeek THURSDAY
FRIDAY
public static final DayOfWeek FRIDAY
SATURDAY
public static final DayOfWeek SATURDAY
SUNDAY
public static final DayOfWeek SUNDAY
DayOfWeek
protected DayOfWeek(String value)
getValue
public String getValue()
fromValue
public static DayOfWeek fromValue(String value)
throws IllegalArgumentException
- Throws:
IllegalArgumentException
fromString
public static DayOfWeek 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.