| Package | Description | 
|---|---|
| com.ars.aerodata.A424_datatypes | |
| com.ars.aerodata.A424_enums | 
| Modifier and Type | Field and Description | 
|---|---|
| protected DayOfWeek | StartOrEndTime. dayOfWeekThis field supports specifying a continuous time interval across multiple days. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected List<DayOfWeek> | TimeOfOperationInterval. dayOfWeekThis field supports specifying the same time interval on multiple days of the week in a single interval instance. | 
| Modifier and Type | Method and Description | 
|---|---|
| DayOfWeek | StartOrEndTime. getDayOfWeek()Gets the value of the dayOfWeek property. | 
| Modifier and Type | Method and Description | 
|---|---|
| List<DayOfWeek> | TimeOfOperationInterval. getDayOfWeek()Gets the value of the dayOfWeek property. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | StartOrEndTime. setDayOfWeek(DayOfWeek value)Sets the value of the dayOfWeek property. | 
| Modifier and Type | Method and Description | 
|---|---|
| static DayOfWeek | DayOfWeek. fromValue(String v) | 
| static DayOfWeek | DayOfWeek. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static DayOfWeek[] | DayOfWeek. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
Copyright © 2020. All rights reserved.