Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- add(Nth) - Method in class ch.poole.openinghoursparser.WeekDayRange
-
Add a occurrence in the month for a week day
- APR - Enum constant in enum class ch.poole.openinghoursparser.Month
- AUG - Enum constant in enum class ch.poole.openinghoursparser.Month
C
- capitalize(String) - Static method in class ch.poole.openinghoursparser.Util
-
Capitalize a string
- ch.poole.openinghoursparser - package ch.poole.openinghoursparser
- CLOSED - Enum constant in enum class ch.poole.openinghoursparser.RuleModifier.Modifier
- copy() - Method in interface ch.poole.openinghoursparser.Copy
-
Create a copy of the objecz
- copy() - Method in class ch.poole.openinghoursparser.DateRange
- copy() - Method in class ch.poole.openinghoursparser.DateWithOffset
- copy() - Method in class ch.poole.openinghoursparser.Holiday
- copy() - Method in class ch.poole.openinghoursparser.Nth
- copy() - Method in class ch.poole.openinghoursparser.Rule
- copy() - Method in class ch.poole.openinghoursparser.RuleModifier
- copy() - Method in class ch.poole.openinghoursparser.TimeSpan
- copy() - Method in class ch.poole.openinghoursparser.VariableTime
- copy() - Method in class ch.poole.openinghoursparser.WeekDayRange
- copy() - Method in class ch.poole.openinghoursparser.WeekRange
- copy() - Method in class ch.poole.openinghoursparser.YearRange
- Copy<T> - Interface in ch.poole.openinghoursparser
D
- DateRange - Class in ch.poole.openinghoursparser
-
Container for objects from the opening_hours specification
- DateRange() - Constructor for class ch.poole.openinghoursparser.DateRange
-
Default constructor
- DateRange(DateRange) - Constructor for class ch.poole.openinghoursparser.DateRange
-
Construct a new DateRange with the same content
- DateWithOffset - Class in ch.poole.openinghoursparser
-
Container for objects from the opening_hours specification
- DateWithOffset() - Constructor for class ch.poole.openinghoursparser.DateWithOffset
-
Default constructor
- DateWithOffset(DateWithOffset) - Constructor for class ch.poole.openinghoursparser.DateWithOffset
-
Construct a new DateWithOffset with the same content
- DAWN - Enum constant in enum class ch.poole.openinghoursparser.Event
- DEC - Enum constant in enum class ch.poole.openinghoursparser.Month
- deWeekDays2En(String) - Static method in class ch.poole.openinghoursparser.Util
-
Convert two letter German weekdays to our standard
- DUSK - Enum constant in enum class ch.poole.openinghoursparser.Event
E
- EASTER - Enum constant in enum class ch.poole.openinghoursparser.VarDate
- equals(Object) - Method in class ch.poole.openinghoursparser.DateRange
- equals(Object) - Method in class ch.poole.openinghoursparser.DateWithOffset
- equals(Object) - Method in class ch.poole.openinghoursparser.Holiday
- equals(Object) - Method in class ch.poole.openinghoursparser.Nth
- equals(Object) - Method in class ch.poole.openinghoursparser.Rule
- equals(Object) - Method in class ch.poole.openinghoursparser.RuleModifier
- equals(Object) - Method in class ch.poole.openinghoursparser.TimeSpan
- equals(Object) - Method in class ch.poole.openinghoursparser.VariableTime
- equals(Object) - Method in class ch.poole.openinghoursparser.WeekDayRange
- equals(Object) - Method in class ch.poole.openinghoursparser.WeekRange
- equals(Object) - Method in class ch.poole.openinghoursparser.YearRange
- equals(Object, Object) - Static method in class ch.poole.openinghoursparser.Util
-
Returns
trueif the arguments are equal to each other andfalseotherwise. - Event - Enum Class in ch.poole.openinghoursparser
-
Container for objects from the opening_hours specification
F
- FEB - Enum constant in enum class ch.poole.openinghoursparser.Month
- FIRST_VALID_YEAR - Static variable in class ch.poole.openinghoursparser.YearRange
- FR - Enum constant in enum class ch.poole.openinghoursparser.WeekDay
G
- getAfterWeekDays() - Method in class ch.poole.openinghoursparser.Holiday
-
Check if the holiday was originally after the week days
- getColumn() - Method in exception ch.poole.openinghoursparser.OpeningHoursParseException
-
Returns the column number
- getComment() - Method in class ch.poole.openinghoursparser.Rule
- getComment() - Method in class ch.poole.openinghoursparser.RuleModifier
- getDates() - Method in class ch.poole.openinghoursparser.Rule
-
Get a List of DateRange objects
- getDay() - Method in class ch.poole.openinghoursparser.DateWithOffset
- getDayOffset() - Method in class ch.poole.openinghoursparser.DateWithOffset
- getDays() - Method in class ch.poole.openinghoursparser.Rule
-
Get a List of WeekDayRange objects
- getEnd() - Method in class ch.poole.openinghoursparser.TimeSpan
- getEndDate() - Method in class ch.poole.openinghoursparser.DateRange
-
Get the end date of the range
- getEndDay() - Method in class ch.poole.openinghoursparser.WeekDayRange
- getEndEvent() - Method in class ch.poole.openinghoursparser.TimeSpan
- getEndNth() - Method in class ch.poole.openinghoursparser.Nth
- getEndWeek() - Method in class ch.poole.openinghoursparser.WeekRange
- getEndYear() - Method in class ch.poole.openinghoursparser.YearRange
- getEvent() - Method in class ch.poole.openinghoursparser.VariableTime
- getExceptions() - Method in exception ch.poole.openinghoursparser.OpeningHoursParseException
-
Get a list of the exceptions that caused this to be thrown
- getHolidays() - Method in class ch.poole.openinghoursparser.Rule
-
Get a List of Holiday objects
- getInterval() - Method in class ch.poole.openinghoursparser.DateRange
-
Get the interval for the date range Note: currently the opening hours specification is quiet on what units this is supposed to be in
- getInterval() - Method in class ch.poole.openinghoursparser.TimeSpan
- getInterval() - Method in class ch.poole.openinghoursparser.WeekRange
- getInterval() - Method in class ch.poole.openinghoursparser.YearRange
- getLine() - Method in exception ch.poole.openinghoursparser.OpeningHoursParseException
-
Returns the line number
- getMergeableRules(List<Rule>) - Static method in class ch.poole.openinghoursparser.Util
-
find rules that only differs in the days and times objects and can be merged for display puposes
- getMessage() - Method in exception ch.poole.openinghoursparser.OpeningHoursParseException
- getModifier() - Method in class ch.poole.openinghoursparser.Rule
-
Get the RuleModifier
- getModifier() - Method in class ch.poole.openinghoursparser.RuleModifier
- getMonth() - Method in class ch.poole.openinghoursparser.DateWithOffset
- getNth() - Method in class ch.poole.openinghoursparser.DateWithOffset
-
Get the occurrence value for date specification via occurrence in month
- getNths() - Method in class ch.poole.openinghoursparser.WeekDayRange
- getNthWeekDay() - Method in class ch.poole.openinghoursparser.DateWithOffset
-
Get the WeekDay for date specification via occurrence in month
- getOffset() - Method in class ch.poole.openinghoursparser.Holiday
- getOffset() - Method in class ch.poole.openinghoursparser.VariableTime
- getOffset() - Method in class ch.poole.openinghoursparser.WeekDayRange
- getStart() - Method in class ch.poole.openinghoursparser.TimeSpan
- getStartDate() - Method in class ch.poole.openinghoursparser.DateRange
-
Get the start date of the range
- getStartDay() - Method in class ch.poole.openinghoursparser.WeekDayRange
- getStartEvent() - Method in class ch.poole.openinghoursparser.TimeSpan
- getStartNth() - Method in class ch.poole.openinghoursparser.Nth
- getStartWeek() - Method in class ch.poole.openinghoursparser.WeekRange
- getStartYear() - Method in class ch.poole.openinghoursparser.YearRange
- getTimes() - Method in class ch.poole.openinghoursparser.Rule
-
Get a List of TimeSpan objects
- getType() - Method in class ch.poole.openinghoursparser.Holiday
- getUseAsWeekDay() - Method in class ch.poole.openinghoursparser.Holiday
-
Get the the "use as weekday" value
- getValue(String) - Static method in enum class ch.poole.openinghoursparser.Event
-
Get the Event value for a String
- getValue(String) - Static method in enum class ch.poole.openinghoursparser.Month
-
Get the Month value for a String
- getValue(String) - Static method in enum class ch.poole.openinghoursparser.RuleModifier.Modifier
-
Get the Modifier value for a String
- getValue(String) - Static method in enum class ch.poole.openinghoursparser.VarDate
-
Get the VarDate value for a String
- getValue(String) - Static method in enum class ch.poole.openinghoursparser.WeekDay
-
Get the WeekDay value for a String
- getVarDate() - Method in class ch.poole.openinghoursparser.DateWithOffset
- getWeekDayOffset() - Method in class ch.poole.openinghoursparser.DateWithOffset
- getWeeks() - Method in class ch.poole.openinghoursparser.Rule
-
Get a List of WeekRange objects
- getYear() - Method in class ch.poole.openinghoursparser.DateWithOffset
- getYears() - Method in class ch.poole.openinghoursparser.Rule
-
Get a List of YearRange objects
H
- hashCode() - Method in class ch.poole.openinghoursparser.DateRange
- hashCode() - Method in class ch.poole.openinghoursparser.DateWithOffset
- hashCode() - Method in class ch.poole.openinghoursparser.Holiday
- hashCode() - Method in class ch.poole.openinghoursparser.Nth
- hashCode() - Method in class ch.poole.openinghoursparser.Rule
- hashCode() - Method in class ch.poole.openinghoursparser.RuleModifier
- hashCode() - Method in class ch.poole.openinghoursparser.TimeSpan
- hashCode() - Method in class ch.poole.openinghoursparser.VariableTime
- hashCode() - Method in class ch.poole.openinghoursparser.WeekDayRange
- hashCode() - Method in class ch.poole.openinghoursparser.WeekRange
- hashCode() - Method in class ch.poole.openinghoursparser.YearRange
- Holiday - Class in ch.poole.openinghoursparser
-
Container for objects from the opening_hours specification
- Holiday() - Constructor for class ch.poole.openinghoursparser.Holiday
-
Default constructor
- Holiday(Holiday) - Constructor for class ch.poole.openinghoursparser.Holiday
-
Construct a new Holiday with the same content
- Holiday.Type - Enum Class in ch.poole.openinghoursparser
I
- I18n - Class in ch.poole.openinghoursparser
-
Translation support for
OpeningHoursParser - INVALID_NTH - Static variable in class ch.poole.openinghoursparser.Nth
- isAdditive() - Method in class ch.poole.openinghoursparser.Rule
- isEmpty() - Method in class ch.poole.openinghoursparser.Rule
-
Check if this rule actually contains something
- isFallBack() - Method in class ch.poole.openinghoursparser.Rule
- isMergeableWith(Rule) - Method in class ch.poole.openinghoursparser.Rule
-
Returns true if the input only differs in the days and times objects Current considers comments significant
- isOpenEnded() - Method in class ch.poole.openinghoursparser.DateWithOffset
-
Check if this is open ended
- isOpenEnded() - Method in class ch.poole.openinghoursparser.TimeSpan
- isOpenEnded() - Method in class ch.poole.openinghoursparser.YearRange
-
Check if this is open ended
- isTwentyfourseven() - Method in class ch.poole.openinghoursparser.Rule
- isWeekDayOffsetPositive() - Method in class ch.poole.openinghoursparser.DateWithOffset
J
- JAN - Enum constant in enum class ch.poole.openinghoursparser.Month
- JUL - Enum constant in enum class ch.poole.openinghoursparser.Month
- JUN - Enum constant in enum class ch.poole.openinghoursparser.Month
L
- lastDay(int, Month) - Static method in enum class ch.poole.openinghoursparser.Month
-
Return the last day of the month
M
- MAR - Enum constant in enum class ch.poole.openinghoursparser.Month
- MAX_EXTENDED_TIME - Static variable in class ch.poole.openinghoursparser.TimeSpan
- MAX_MONTH_DAY - Static variable in class ch.poole.openinghoursparser.DateWithOffset
- MAX_TIME - Static variable in class ch.poole.openinghoursparser.TimeSpan
- MAX_WEEK - Static variable in class ch.poole.openinghoursparser.WeekRange
- MAY - Enum constant in enum class ch.poole.openinghoursparser.Month
- MIN_MONTH_DAY - Static variable in class ch.poole.openinghoursparser.DateWithOffset
- MIN_TIME - Static variable in class ch.poole.openinghoursparser.TimeSpan
- MIN_WEEK - Static variable in class ch.poole.openinghoursparser.WeekRange
- MO - Enum constant in enum class ch.poole.openinghoursparser.WeekDay
- Month - Enum Class in ch.poole.openinghoursparser
-
Container for objects from the opening_hours specification
N
- nameValues() - Static method in enum class ch.poole.openinghoursparser.Event
-
Get list of all values as Strings
- nameValues() - Static method in enum class ch.poole.openinghoursparser.Holiday.Type
-
Get list of all values as Strings
- nameValues() - Static method in enum class ch.poole.openinghoursparser.Month
-
Get list of all values as Strings
- nameValues() - Static method in enum class ch.poole.openinghoursparser.RuleModifier.Modifier
-
Get list of all values as Strings
- nameValues() - Static method in enum class ch.poole.openinghoursparser.VarDate
-
Get list of all values as Strings
- nameValues() - Static method in enum class ch.poole.openinghoursparser.WeekDay
-
Get list of all values as Strings
- NOV - Enum constant in enum class ch.poole.openinghoursparser.Month
- Nth - Class in ch.poole.openinghoursparser
-
Container for objects from the opening_hours specification
- Nth() - Constructor for class ch.poole.openinghoursparser.Nth
-
Default constructor
- Nth(Nth) - Constructor for class ch.poole.openinghoursparser.Nth
-
Construct a new Nth with the same content
O
- OCT - Enum constant in enum class ch.poole.openinghoursparser.Month
- OFF - Enum constant in enum class ch.poole.openinghoursparser.RuleModifier.Modifier
- OPEN - Enum constant in enum class ch.poole.openinghoursparser.RuleModifier.Modifier
- OpeningHoursParseException - Exception in ch.poole.openinghoursparser
-
Represents an exception when parsing the opening hour string
P
- PH - Enum constant in enum class ch.poole.openinghoursparser.Holiday.Type
R
- Rule - Class in ch.poole.openinghoursparser
-
Container for objects from the opening_hours specification
- Rule() - Constructor for class ch.poole.openinghoursparser.Rule
-
Default constructor
- Rule(Rule) - Constructor for class ch.poole.openinghoursparser.Rule
-
Copy constructor
- RuleModifier - Class in ch.poole.openinghoursparser
-
Container for objects from the opening_hours specification
- RuleModifier() - Constructor for class ch.poole.openinghoursparser.RuleModifier
-
Default constructor
- RuleModifier(RuleModifier) - Constructor for class ch.poole.openinghoursparser.RuleModifier
-
Construct a new RuleModifier with the same contents
- RuleModifier.Modifier - Enum Class in ch.poole.openinghoursparser
- rulesToOpeningHoursDebugString(List<Rule>) - Static method in class ch.poole.openinghoursparser.Util
-
Generate a debugging output string from rules
- rulesToOpeningHoursString(List<Rule>) - Static method in class ch.poole.openinghoursparser.Util
-
Generate an OH string from rules
S
- SA - Enum constant in enum class ch.poole.openinghoursparser.WeekDay
- SEP - Enum constant in enum class ch.poole.openinghoursparser.Month
- setAdditive(boolean) - Method in class ch.poole.openinghoursparser.Rule
-
Set the additive flag for this rule
- setAfterWeekDays(boolean) - Method in class ch.poole.openinghoursparser.Holiday
-
Set the flag that the holidays should be shown after the weekdays This is necessary due to a specification change
- setComment(String) - Method in class ch.poole.openinghoursparser.Rule
-
Set the comment for this rule
- setComment(String) - Method in class ch.poole.openinghoursparser.RuleModifier
- setDates(List<DateRange>) - Method in class ch.poole.openinghoursparser.Rule
-
Set the list of DateRange objects
- setDay(int) - Method in class ch.poole.openinghoursparser.DateWithOffset
-
Set the month day number
- setDayOffset(int) - Method in class ch.poole.openinghoursparser.DateWithOffset
- setDays(List<WeekDayRange>) - Method in class ch.poole.openinghoursparser.Rule
-
Set the list of WeekDayRange objects
- setEnd(int) - Method in class ch.poole.openinghoursparser.TimeSpan
-
Set the end of range value
- setEndDate(DateWithOffset) - Method in class ch.poole.openinghoursparser.DateRange
-
Set the end date of the range
- setEndDay(WeekDay) - Method in class ch.poole.openinghoursparser.WeekDayRange
-
Set the day the range ends on
- setEndDay(String) - Method in class ch.poole.openinghoursparser.WeekDayRange
-
Set the day the range ends on
- setEndEvent(VariableTime) - Method in class ch.poole.openinghoursparser.TimeSpan
- setEndNth(int) - Method in class ch.poole.openinghoursparser.Nth
- setEndWeek(int) - Method in class ch.poole.openinghoursparser.WeekRange
- setEndYear(int) - Method in class ch.poole.openinghoursparser.YearRange
-
Set the end of the year range
- setEvent(Event) - Method in class ch.poole.openinghoursparser.VariableTime
-
Set the day the range starts on
- setEvent(String) - Method in class ch.poole.openinghoursparser.VariableTime
-
Set the day the range starts on
- setFallBack(boolean) - Method in class ch.poole.openinghoursparser.Rule
-
Set the fallback flag for this rule
- setHolidays(List<Holiday>) - Method in class ch.poole.openinghoursparser.Rule
-
Set the List of Holiday objects
- setInterval(int) - Method in class ch.poole.openinghoursparser.DateRange
-
Set an interval for the date range Note: currently the opening hours specification is quiet on what units this is supposed to be in
- setInterval(int) - Method in class ch.poole.openinghoursparser.TimeSpan
- setInterval(int) - Method in class ch.poole.openinghoursparser.WeekRange
- setInterval(int) - Method in class ch.poole.openinghoursparser.YearRange
- setLocale(Locale) - Static method in class ch.poole.openinghoursparser.I18n
-
Sets the locale used for translations.
- setModifier(RuleModifier.Modifier) - Method in class ch.poole.openinghoursparser.RuleModifier
-
Set the rule modifier
- setModifier(String) - Method in class ch.poole.openinghoursparser.RuleModifier
-
Set the rule modifier
- setModifier(RuleModifier) - Method in class ch.poole.openinghoursparser.Rule
- setMonth(Month) - Method in class ch.poole.openinghoursparser.DateWithOffset
- setMonth(String) - Method in class ch.poole.openinghoursparser.DateWithOffset
-
Set a month
- setMonthdays(List<DateRange>) - Method in class ch.poole.openinghoursparser.Rule
-
Deprecated.Use setDates instead
- setNth(WeekDay, int) - Method in class ch.poole.openinghoursparser.DateWithOffset
-
Set date specification via occurrence in month
- setNth(String, int) - Method in class ch.poole.openinghoursparser.DateWithOffset
-
Set date specification via occurrence in month
- setNths(List<Nth>) - Method in class ch.poole.openinghoursparser.WeekDayRange
- setOffset(int) - Method in class ch.poole.openinghoursparser.Holiday
- setOffset(int) - Method in class ch.poole.openinghoursparser.VariableTime
- setOffset(int) - Method in class ch.poole.openinghoursparser.WeekDayRange
- setOpenEnded(boolean) - Method in class ch.poole.openinghoursparser.DateWithOffset
- setOpenEnded(boolean) - Method in class ch.poole.openinghoursparser.TimeSpan
- setOpenEnded(boolean) - Method in class ch.poole.openinghoursparser.YearRange
-
Set if this range is open ended
- setStart(int) - Method in class ch.poole.openinghoursparser.TimeSpan
-
Set the start of range value
- setStartDate(DateWithOffset) - Method in class ch.poole.openinghoursparser.DateRange
-
Set the start date of the range
- setStartDay(WeekDay) - Method in class ch.poole.openinghoursparser.WeekDayRange
-
Set the day the range starts on
- setStartDay(String) - Method in class ch.poole.openinghoursparser.WeekDayRange
-
Set the day the range starts on
- setStartEvent(VariableTime) - Method in class ch.poole.openinghoursparser.TimeSpan
- setStartNth(int) - Method in class ch.poole.openinghoursparser.Nth
- setStartWeek(int) - Method in class ch.poole.openinghoursparser.WeekRange
- setStartYear(int) - Method in class ch.poole.openinghoursparser.YearRange
-
Set the start of the year range
- setTimes(List<TimeSpan>) - Method in class ch.poole.openinghoursparser.Rule
-
Set the list of TimeSpan objects
- setTwentyfourseven(boolean) - Method in class ch.poole.openinghoursparser.Rule
- setType(Holiday.Type) - Method in class ch.poole.openinghoursparser.Holiday
- setUseAsWeekDay(boolean) - Method in class ch.poole.openinghoursparser.Holiday
-
Set how this holiday should be used
- setVarDate(String) - Method in class ch.poole.openinghoursparser.DateWithOffset
-
Set a variable date
- setVarDate(VarDate) - Method in class ch.poole.openinghoursparser.DateWithOffset
- setWeekDayOffset(WeekDay) - Method in class ch.poole.openinghoursparser.DateWithOffset
- setWeekDayOffset(String) - Method in class ch.poole.openinghoursparser.DateWithOffset
- setWeekDayOffsetPositive(boolean) - Method in class ch.poole.openinghoursparser.DateWithOffset
- setWeeks(List<WeekRange>) - Method in class ch.poole.openinghoursparser.Rule
-
Set the List of WeekRange objects
- setYear(int) - Method in class ch.poole.openinghoursparser.DateWithOffset
-
Set the year value
- setYears(List<YearRange>) - Method in class ch.poole.openinghoursparser.Rule
-
Set the List of YearRange objects
- SH - Enum constant in enum class ch.poole.openinghoursparser.Holiday.Type
- SU - Enum constant in enum class ch.poole.openinghoursparser.WeekDay
- SUNRISE - Enum constant in enum class ch.poole.openinghoursparser.Event
- SUNSET - Enum constant in enum class ch.poole.openinghoursparser.Event
T
- TH - Enum constant in enum class ch.poole.openinghoursparser.WeekDay
- TimeSpan - Class in ch.poole.openinghoursparser
-
Container for objects from the opening_hours specification
- TimeSpan() - Constructor for class ch.poole.openinghoursparser.TimeSpan
-
Default constructor
- TimeSpan(TimeSpan) - Constructor for class ch.poole.openinghoursparser.TimeSpan
-
Construct a new TimeSpan with the same contents
- toDebugString() - Method in class ch.poole.openinghoursparser.DateRange
- toDebugString() - Method in class ch.poole.openinghoursparser.DateWithOffset
-
Create a string that identifies which class created it for debugging and testing
- toDebugString() - Method in class ch.poole.openinghoursparser.Rule
- toDebugString() - Method in class ch.poole.openinghoursparser.WeekDayRange
- toString() - Method in class ch.poole.openinghoursparser.DateRange
- toString() - Method in class ch.poole.openinghoursparser.DateWithOffset
- toString() - Method in enum class ch.poole.openinghoursparser.Event
- toString() - Method in class ch.poole.openinghoursparser.Holiday
- toString() - Method in enum class ch.poole.openinghoursparser.Month
- toString() - Method in class ch.poole.openinghoursparser.Nth
- toString() - Method in class ch.poole.openinghoursparser.Rule
- toString() - Method in enum class ch.poole.openinghoursparser.RuleModifier.Modifier
- toString() - Method in class ch.poole.openinghoursparser.RuleModifier
- toString() - Method in class ch.poole.openinghoursparser.TimeSpan
- toString() - Method in enum class ch.poole.openinghoursparser.VarDate
- toString() - Method in class ch.poole.openinghoursparser.VariableTime
- toString() - Method in enum class ch.poole.openinghoursparser.WeekDay
- toString() - Method in class ch.poole.openinghoursparser.WeekDayRange
- toString() - Method in class ch.poole.openinghoursparser.WeekRange
- toString() - Method in class ch.poole.openinghoursparser.YearRange
- tr(String, Object...) - Static method in class ch.poole.openinghoursparser.I18n
-
Returns the translation for the given translation
keyand the suppliedarguments. - TU - Enum constant in enum class ch.poole.openinghoursparser.WeekDay
U
- UNDEFINED_MONTH_DAY - Static variable in class ch.poole.openinghoursparser.DateWithOffset
- UNDEFINED_TIME - Static variable in class ch.poole.openinghoursparser.TimeSpan
- UNDEFINED_WEEK - Static variable in class ch.poole.openinghoursparser.WeekRange
-
Valid week number are from 1 to 53
- UNDEFINED_YEAR - Static variable in class ch.poole.openinghoursparser.YearRange
-
years are defined as positive integers greater than 1900 (in the spec non-inclusive) however that might change one day
- undefinedDay() - Method in class ch.poole.openinghoursparser.DateWithOffset
-
Check if we don't have a month day number or equivalent
- UNKNOWN - Enum constant in enum class ch.poole.openinghoursparser.RuleModifier.Modifier
- Util - Class in ch.poole.openinghoursparser
V
- valueOf(String) - Static method in enum class ch.poole.openinghoursparser.Event
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ch.poole.openinghoursparser.Holiday.Type
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ch.poole.openinghoursparser.Month
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ch.poole.openinghoursparser.RuleModifier.Modifier
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ch.poole.openinghoursparser.VarDate
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class ch.poole.openinghoursparser.WeekDay
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class ch.poole.openinghoursparser.Event
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ch.poole.openinghoursparser.Holiday.Type
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ch.poole.openinghoursparser.Month
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ch.poole.openinghoursparser.RuleModifier.Modifier
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ch.poole.openinghoursparser.VarDate
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class ch.poole.openinghoursparser.WeekDay
-
Returns an array containing the constants of this enum class, in the order they are declared.
- VarDate - Enum Class in ch.poole.openinghoursparser
-
Container for objects from the opening_hours specification
- VariableTime - Class in ch.poole.openinghoursparser
-
Container for objects from the opening_hours specification
- VariableTime() - Constructor for class ch.poole.openinghoursparser.VariableTime
-
Default constructor
- VariableTime(VariableTime) - Constructor for class ch.poole.openinghoursparser.VariableTime
-
Construct a new VariableTime with the same contents
W
- WE - Enum constant in enum class ch.poole.openinghoursparser.WeekDay
- WeekDay - Enum Class in ch.poole.openinghoursparser
-
Container for objects from the opening_hours specification
- WeekDayRange - Class in ch.poole.openinghoursparser
- WeekDayRange() - Constructor for class ch.poole.openinghoursparser.WeekDayRange
-
Default constructor
- WeekDayRange(WeekDayRange) - Constructor for class ch.poole.openinghoursparser.WeekDayRange
-
Construct a new WeekDayRange with the same contents
- WeekRange - Class in ch.poole.openinghoursparser
-
Container for objects from the opening_hours specification
- WeekRange() - Constructor for class ch.poole.openinghoursparser.WeekRange
-
Default constructor
- WeekRange(WeekRange) - Constructor for class ch.poole.openinghoursparser.WeekRange
-
Construct a new WeekRange with the same contents
Y
- YearRange - Class in ch.poole.openinghoursparser
-
Container for objects from the opening_hours specification
- YearRange() - Constructor for class ch.poole.openinghoursparser.YearRange
-
Default constructor
- YearRange(YearRange) - Constructor for class ch.poole.openinghoursparser.YearRange
-
Construct a new YearRange with the same contents
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form