Uses of Enum
com.timeanddate.services.dataTypes.astro.AstronomyEventClass
Packages that use AstronomyEventClass
Package
Description
-
Uses of AstronomyEventClass in com.timeanddate.services
Methods in com.timeanddate.services that return types with arguments of type AstronomyEventClassMethods in com.timeanddate.services with parameters of type AstronomyEventClassModifier and TypeMethodDescriptionvoid
AstronomyService.addAstronomyEventType(AstronomyEventClass type)
Method parameters in com.timeanddate.services with type arguments of type AstronomyEventClassModifier and TypeMethodDescriptionvoid
AstronomyService.setAstronomyEventTypes(EnumSet<AstronomyEventClass> types)
-
Uses of AstronomyEventClass in com.timeanddate.services.common
Fields in com.timeanddate.services.common declared as AstronomyEventClassMethod parameters in com.timeanddate.services.common with type arguments of type AstronomyEventClassModifier and TypeMethodDescriptionstatic AstronomyEventTuple
StringUtils.resolveAstronomyEventClass(IPredicate<AstronomyEventClass> predicate)
Constructors in com.timeanddate.services.common with parameters of type AstronomyEventClass -
Uses of AstronomyEventClass in com.timeanddate.services.dataTypes.astro
Methods in com.timeanddate.services.dataTypes.astro that return AstronomyEventClassModifier and TypeMethodDescriptionstatic AstronomyEventClass
Returns the enum constant of this type with the specified name.static AstronomyEventClass[]
AstronomyEventClass.values()
Returns an array containing the constants of this enum type, in the order they are declared.