Package csw.params.core.models
Class Coords.EqFrame$
- java.lang.Object
-
- csw.params.core.models.Coords.EqFrame$
-
- All Implemented Interfaces:
enumeratum.Enum<Coords.EqFrame>
- Enclosing class:
- Coords
public static class Coords.EqFrame$ extends java.lang.Object implements enumeratum.Enum<Coords.EqFrame>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCoords.EqFrame$.FK5$static classCoords.EqFrame$.ICRS$
-
Field Summary
Fields Modifier and Type Field Description static Coords.EqFrame$MODULE$Static reference to the singleton instance of this Scala object.
-
Constructor Summary
Constructors Constructor Description EqFrame$()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description scala.collection.immutable.Map<java.lang.String,Coords.EqFrame>lowerCaseNamesToValuesMap()scala.collection.immutable.Map<java.lang.String,Coords.EqFrame>namesToValuesMap()scala.collection.immutable.Map<java.lang.String,Coords.EqFrame>upperCaseNameValuesToMap()scala.collection.immutable.IndexedSeq<Coords.EqFrame>values()scala.collection.immutable.Map<Coords.EqFrame,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, indexOf, withName, withNameEither, withNameInsensitive, withNameInsensitiveEither, withNameInsensitiveOption, withNameLowercaseOnly, withNameLowercaseOnlyEither, withNameLowercaseOnlyOption, withNameOption, withNameUppercaseOnly, withNameUppercaseOnlyEither, withNameUppercaseOnlyOption
-
-
-
-
Field Detail
-
MODULE$
public static final Coords.EqFrame$ MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Method Detail
-
namesToValuesMap
public scala.collection.immutable.Map<java.lang.String,Coords.EqFrame> namesToValuesMap()
- Specified by:
namesToValuesMapin interfaceenumeratum.Enum<Coords.EqFrame>
-
lowerCaseNamesToValuesMap
public final scala.collection.immutable.Map<java.lang.String,Coords.EqFrame> lowerCaseNamesToValuesMap()
- Specified by:
lowerCaseNamesToValuesMapin interfaceenumeratum.Enum<Coords.EqFrame>
-
upperCaseNameValuesToMap
public final scala.collection.immutable.Map<java.lang.String,Coords.EqFrame> upperCaseNameValuesToMap()
- Specified by:
upperCaseNameValuesToMapin interfaceenumeratum.Enum<Coords.EqFrame>
-
valuesToIndex
public final scala.collection.immutable.Map<Coords.EqFrame,java.lang.Object> valuesToIndex()
- Specified by:
valuesToIndexin interfaceenumeratum.Enum<Coords.EqFrame>
-
values
public scala.collection.immutable.IndexedSeq<Coords.EqFrame> values()
- Specified by:
valuesin interfaceenumeratum.Enum<Coords.EqFrame>
-
-