Uses of Class
org.sellcom.geotemporal.time.HolidayType
-
Packages that use HolidayType Package Description org.sellcom.geotemporal.time org.sellcom.geotemporal.time.applicability -
-
Uses of HolidayType in org.sellcom.geotemporal.time
Methods in org.sellcom.geotemporal.time that return HolidayType Modifier and Type Method Description static HolidayTypeHolidayType. valueOf(String name)Returns the enum constant of this type with the specified name.static HolidayType[]HolidayType. values()Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in org.sellcom.geotemporal.time with type arguments of type HolidayType Modifier and Type Method Description static booleanTemporals. isHoliday(Temporal temporal, GeoRegion region, EnumSet<HolidayType> types)Checks whether the given temporal is a holiday of any of the given types in the given region.booleanHolidayPredicate. test(Temporal temporal, GeoRegion region, EnumSet<HolidayType> types)Checks whether the given temporal is a holiday in the given region. -
Uses of HolidayType in org.sellcom.geotemporal.time.applicability
Method parameters in org.sellcom.geotemporal.time.applicability with type arguments of type HolidayType Modifier and Type Method Description static GeoTemporalApplicabilityGeoTemporalApplicability. holiday(EnumSet<HolidayType> types)Creates an applicability satisfied on holidays of any of the given types.
-