Package csw.params.core.models
Class Coords.SolarSystemObject$
- java.lang.Object
-
- csw.params.core.models.Coords.SolarSystemObject$
-
- All Implemented Interfaces:
enumeratum.Enum<Coords.SolarSystemObject>
- Enclosing class:
- Coords
public static class Coords.SolarSystemObject$ extends java.lang.Object implements enumeratum.Enum<Coords.SolarSystemObject>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Coords.SolarSystemObject$.Jupiter$
static class
Coords.SolarSystemObject$.Mars$
static class
Coords.SolarSystemObject$.Mercury$
static class
Coords.SolarSystemObject$.Moon$
static class
Coords.SolarSystemObject$.Neptune$
static class
Coords.SolarSystemObject$.Pluto$
static class
Coords.SolarSystemObject$.Saturn$
static class
Coords.SolarSystemObject$.Uranus$
static class
Coords.SolarSystemObject$.Venus$
-
Field Summary
Fields Modifier and Type Field Description static Coords.SolarSystemObject$
MODULE$
Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description SolarSystemObject$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Map<java.lang.String,Coords.SolarSystemObject>
lowerCaseNamesToValuesMap()
scala.collection.immutable.Map<java.lang.String,Coords.SolarSystemObject>
namesToValuesMap()
scala.collection.immutable.Map<java.lang.String,Coords.SolarSystemObject>
upperCaseNameValuesToMap()
scala.collection.immutable.IndexedSeq<Coords.SolarSystemObject>
values()
scala.collection.immutable.Map<Coords.SolarSystemObject,java.lang.Object>
valuesToIndex()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface enumeratum.Enum
enumeratum$Enum$$existingEntriesString, extraNamesToValuesMap, indexOf, withName, withNameEither, withNameInsensitive, withNameInsensitiveEither, withNameInsensitiveOption, withNameLowercaseOnly, withNameLowercaseOnlyEither, withNameLowercaseOnlyOption, withNameOption, withNameUppercaseOnly, withNameUppercaseOnlyEither, withNameUppercaseOnlyOption
-
-
-
-
Field Detail
-
MODULE$
public static final Coords.SolarSystemObject$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
namesToValuesMap
public scala.collection.immutable.Map<java.lang.String,Coords.SolarSystemObject> namesToValuesMap()
- Specified by:
namesToValuesMap
in interfaceenumeratum.Enum<Coords.SolarSystemObject>
-
lowerCaseNamesToValuesMap
public final scala.collection.immutable.Map<java.lang.String,Coords.SolarSystemObject> lowerCaseNamesToValuesMap()
- Specified by:
lowerCaseNamesToValuesMap
in interfaceenumeratum.Enum<Coords.SolarSystemObject>
-
upperCaseNameValuesToMap
public final scala.collection.immutable.Map<java.lang.String,Coords.SolarSystemObject> upperCaseNameValuesToMap()
- Specified by:
upperCaseNameValuesToMap
in interfaceenumeratum.Enum<Coords.SolarSystemObject>
-
valuesToIndex
public final scala.collection.immutable.Map<Coords.SolarSystemObject,java.lang.Object> valuesToIndex()
- Specified by:
valuesToIndex
in interfaceenumeratum.Enum<Coords.SolarSystemObject>
-
values
public scala.collection.immutable.IndexedSeq<Coords.SolarSystemObject> values()
- Specified by:
values
in interfaceenumeratum.Enum<Coords.SolarSystemObject>
-
-