Uses of Enum
com.timeanddate.services.dataTypes.astro.AstronomyObjectType
Packages that use AstronomyObjectType
-
Uses of AstronomyObjectType in com.timeanddate.services
Methods in com.timeanddate.services with parameters of type AstronomyObjectTypeModifier and TypeMethodDescriptionAstronomyService.getAstronomicalInfo(AstronomyObjectType objectType, LocationId placeId, TADDateTime startDate)Gets the specified object type (Moon, Sun) for a specified place by start date.AstronomyService.getAstronomicalInfo(AstronomyObjectType objectType, LocationId placeId, TADDateTime startDate, TADDateTime endDate)Gets the specified object type (Moon, Sun) for a specified place by start date.AstronomyService.getAstronomicalInfo(AstronomyObjectType objectType, LocationId placeId, Calendar startDate)Gets the specified object type (Moon, Sun) for a specified place by start date.AstronomyService.getAstronomicalInfo(AstronomyObjectType objectType, LocationId placeId, Calendar startDate, Calendar endDate)Gets the specified object type (Moon, Sun) for a specified place by start date. -
Uses of AstronomyObjectType in com.timeanddate.services.dataTypes.astro
Methods in com.timeanddate.services.dataTypes.astro that return AstronomyObjectTypeModifier and TypeMethodDescriptionAstronomy.getName()Object name.AstronomyObjectDetails.getName()Object name.static AstronomyObjectTypeReturns the enum constant of this type with the specified name.static AstronomyObjectType[]AstronomyObjectType.values()Returns an array containing the constants of this enum type, in the order they are declared.