Enum Class DistanceResolution
- All Implemented Interfaces:
Serializable, Comparable<DistanceResolution>, Constable
This enumeration contains the possible length units.
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionone ten billionth meter resolutionone quintillionth meter resolutionone hundredth meter resolutionten meter resolutionone tenth meter resolution1BB meter resolution1BB parsec resolutionone quadrillionth meter resolution1B meter resolution1B parsec resolutionobe hundred meter resolutionno yard stick availableone thousand meter resolution9,460,730,472,580,800 meter resolution1M meter resolutionmeter resolutionone millionth meter resolutionone thousandth meter resolutionone billionth meter resolution30,857,000,000,000,000 meter resolution1P meter resolutionone trillionth meter resolutionreally small resolution1T meter resolutionone decillionth meter resolutionone nonillionth meter resolutionone octillionth meter resolutionone septllionth meter resolution1BBM meter resolution1BBM parsec resolutionone sextillionth meter second resolution1GT meter resolution -
Method Summary
Modifier and TypeMethodDescriptionstatic DistanceResolutionReturns the enum constant of this class with the specified name.static DistanceResolution[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
PLANCK
really small resolution -
VATOMETER
one decillionth meter resolution -
WEEBLEMETER
one nonillionth meter resolution -
XOXXOMETER
one octillionth meter resolution -
YOCTOMETER
one septllionth meter resolution -
ZEPTOMETER
one sextillionth meter second resolution -
ATTOMETER
one quintillionth meter resolution -
FEMTOMETER
one quadrillionth meter resolution -
PICOMETER
one trillionth meter resolution -
ANGSTROM
one ten billionth meter resolution -
NANOMETER
one billionth meter resolution -
MICRON
one millionth meter resolution -
MILLIMETER
one thousandth meter resolution -
CENTIMETER
one hundredth meter resolution -
DECIMETER
one tenth meter resolution -
METER
meter resolution -
DECAMETER
ten meter resolution -
HECTOMETER
obe hundred meter resolution -
KILOMETER
one thousand meter resolution -
MEGAMETER
1M meter resolution -
GIGAMETER
1B meter resolution -
TERAMETER
1T meter resolution -
PETAMETER
1P meter resolution -
LIGHTYEAR
9,460,730,472,580,800 meter resolution -
PARSEC
30,857,000,000,000,000 meter resolution -
EXAMETER
1BB meter resolution -
ZETTAMETER
1GT meter resolution -
YOTTAMETER
1BBM meter resolution -
GIGAPARSEC
1B parsec resolution -
EXAPARSEC
1BB parsec resolution -
YOTTAPARSEC
1BBM parsec resolution -
INFINITY
no yard stick available
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getDisplayName
-
getDescription
-