Uses of Enum Class
net.datafaker.providers.base.Planet.PlanetName
Packages that use Planet.PlanetName
-
Uses of Planet.PlanetName in net.datafaker.providers.base
Methods in net.datafaker.providers.base that return Planet.PlanetNameModifier and TypeMethodDescriptionstatic Planet.PlanetNameReturns the enum constant of this class with the specified name.static Planet.PlanetName[]Planet.PlanetName.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.datafaker.providers.base with parameters of type Planet.PlanetNameModifier and TypeMethodDescriptionPlanet.atmosphericComposition(Planet.PlanetName planetName) Planet.axialTilt(Planet.PlanetName planetName) Planet.classification(Planet.PlanetName planetName) Planet.density(Planet.PlanetName planetName) Planet.discoveryYear(Planet.PlanetName planetName) Planet.eccentricity(Planet.PlanetName planetName) Planet.equatorialGravity(Planet.PlanetName planetName) Planet.equatorialRadius(Planet.PlanetName planetName) Planet.escapeVelocity(Planet.PlanetName planetName) Planet.gravitationParameters(Planet.PlanetName planetName) Planet.inclination(Planet.PlanetName planetName) Planet.lengthOfDay(Planet.PlanetName planetName) Planet.mass(Planet.PlanetName planetName) Planet.meanAirTemperature(Planet.PlanetName planetName) Planet.meanDistanceFromTheSun(Planet.PlanetName planetName) Planet.meanOrbitalSpeed(Planet.PlanetName planetName) Planet.meanSurfaceTemperature(Planet.PlanetName planetName) Planet.numberOfKnownMoons(Planet.PlanetName planetName) Planet.orbitalPeriod(Planet.PlanetName planetName) Planet.planetaryDiscriminant(Planet.PlanetName planetName) Planet.rings(Planet.PlanetName planetName) Planet.rotationPeriod(Planet.PlanetName planetName) Planet.surfaceArea(Planet.PlanetName planetName) Planet.symbol(Planet.PlanetName planetName) Planet.volume(Planet.PlanetName planetName)