|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of DayOfWeekEnum in net.opengis.olsnav.v_1_3 |
|---|
| Fields in net.opengis.olsnav.v_1_3 declared as DayOfWeekEnum | |
|---|---|
protected DayOfWeekEnum |
ExtendedDateType.dayOfWeek
|
protected DayOfWeekEnum |
DayOfWeekOfYearType.dayOfWeek
|
protected DayOfWeekEnum |
DayOfWeekOfMonthType.dayOfWeek
|
protected DayOfWeekEnum |
DayOfWeekOfMonthOfYearType.dayOfWeek
|
| Methods in net.opengis.olsnav.v_1_3 that return DayOfWeekEnum | |
|---|---|
static DayOfWeekEnum |
DayOfWeekEnum.fromValue(String v)
|
DayOfWeekEnum |
ExtendedDateType.getDayOfWeek()
Gets the value of the dayOfWeek property. |
DayOfWeekEnum |
DayOfWeekOfYearType.getDayOfWeek()
Gets the value of the dayOfWeek property. |
DayOfWeekEnum |
DayOfWeekOfMonthType.getDayOfWeek()
Gets the value of the dayOfWeek property. |
DayOfWeekEnum |
DayOfWeekOfMonthOfYearType.getDayOfWeek()
Gets the value of the dayOfWeek property. |
static DayOfWeekEnum |
DayOfWeekEnum.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DayOfWeekEnum[] |
DayOfWeekEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in net.opengis.olsnav.v_1_3 with parameters of type DayOfWeekEnum | |
|---|---|
void |
ExtendedDateType.setDayOfWeek(DayOfWeekEnum value)
Sets the value of the dayOfWeek property. |
void |
DayOfWeekOfYearType.setDayOfWeek(DayOfWeekEnum value)
Sets the value of the dayOfWeek property. |
void |
DayOfWeekOfMonthType.setDayOfWeek(DayOfWeekEnum value)
Sets the value of the dayOfWeek property. |
void |
DayOfWeekOfMonthOfYearType.setDayOfWeek(DayOfWeekEnum value)
Sets the value of the dayOfWeek property. |
ExtendedDateType |
ExtendedDateType.withDayOfWeek(DayOfWeekEnum value)
|
DayOfWeekOfYearType |
DayOfWeekOfYearType.withDayOfWeek(DayOfWeekEnum value)
|
DayOfWeekOfMonthType |
DayOfWeekOfMonthType.withDayOfWeek(DayOfWeekEnum value)
|
DayOfWeekOfMonthOfYearType |
DayOfWeekOfMonthOfYearType.withDayOfWeek(DayOfWeekEnum value)
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||