Uses of Class
com.serotonin.bacnet4j.enums.DayOfWeek
-
Packages that use DayOfWeek Package Description com.serotonin.bacnet4j.enums com.serotonin.bacnet4j.type.constructed com.serotonin.bacnet4j.type.primitive -
-
Uses of DayOfWeek in com.serotonin.bacnet4j.enums
Methods in com.serotonin.bacnet4j.enums that return DayOfWeek Modifier and Type Method Description static DayOfWeek
DayOfWeek. forCalendarDow(int calendarDow)
static DayOfWeek
DayOfWeek. forDate(Date date)
static DayOfWeek
DayOfWeek. valueOf(int id)
Returns the enum constant of this type with the specified name.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. -
Uses of DayOfWeek in com.serotonin.bacnet4j.type.constructed
Methods in com.serotonin.bacnet4j.type.constructed that return DayOfWeek Modifier and Type Method Description DayOfWeek
WeekNDay. getDayOfWeek()
Methods in com.serotonin.bacnet4j.type.constructed with parameters of type DayOfWeek Modifier and Type Method Description boolean
DaysOfWeek. contains(DayOfWeek dayOfWeek)
Constructors in com.serotonin.bacnet4j.type.constructed with parameters of type DayOfWeek Constructor Description WeekNDay(Month month, WeekNDay.WeekOfMonth weekOfMonth, DayOfWeek dayOfWeek)
-
Uses of DayOfWeek in com.serotonin.bacnet4j.type.primitive
Methods in com.serotonin.bacnet4j.type.primitive that return DayOfWeek Modifier and Type Method Description DayOfWeek
Date. getDayOfWeek()
Constructors in com.serotonin.bacnet4j.type.primitive with parameters of type DayOfWeek Constructor Description Date(int year, Month month, int day, DayOfWeek dayOfWeek)
-