|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.ip.collaboration.gw.api.enum.AbstractEnum
com.sap.ip.collaboration.gw.api.enum.WeekDayType
Enumeration class for different WeekDay types
| Nested Class Summary |
| Nested classes inherited from class com.sap.ip.collaboration.gw.api.enum.AbstractEnum |
AbstractEnum.StringIterator |
| Field Summary | |
static WeekDayType |
FRIDAY
WeekDay of type FRIDAY |
static WeekDayType |
MONDAY
WeekDay of type MONDAY |
static WeekDayType |
SATURDAY
WeekDay of type SATURDAY |
static WeekDayType |
SUNDAY
WeekDay of type SUNDAY |
static WeekDayType |
THURSDAY
WeekDay of type THURSDAY |
static WeekDayType |
TUESDAY
WeekDay of type TUESDAY |
static WeekDayType |
WEDNESDAY
WeekDay of type WEDNESDAY |
| Fields inherited from class com.sap.ip.collaboration.gw.api.enum.AbstractEnum |
value |
| Method Summary | |
static WeekDayType |
getEnumByString(String value)
|
int |
intValue()
|
static Iterator |
stringValues()
|
static WeekDayType |
valueOf(char id)
|
static WeekDayType |
valueOf(int id)
|
static WeekDayType |
valueOf(String id)
Converts the string representation of numberical value of WeekDay type to WeekDayType. |
| Methods inherited from class com.sap.ip.collaboration.gw.api.enum.AbstractEnum |
getStringValue, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final WeekDayType SUNDAY
public static final WeekDayType MONDAY
public static final WeekDayType TUESDAY
public static final WeekDayType WEDNESDAY
public static final WeekDayType THURSDAY
public static final WeekDayType FRIDAY
public static final WeekDayType SATURDAY
| Method Detail |
public int intValue()
public static WeekDayType getEnumByString(String value)
value - WeekDay type.
public static Iterator stringValues()
public static WeekDayType valueOf(int id)
id - WeekDay type value (Example: Calendar.SUNDAY for sunday, Calendar.Monday for monday).
public static WeekDayType valueOf(String id)
id - string representation of numberical value
of WeekDay type
public static WeekDayType valueOf(char id)
id - Character constants containing number indicator WeekDay type(Example: Calendar.SUNDAY for sunday, Calendar.Monday for monday).
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||