Units

csw.params.core.models.Units
See theUnits companion object
sealed abstract class Units(name: String, description: String) extends EnumEntry

A class representing units for TMT

Value parameters

description

of the unit

name

of the unit

Attributes

Companion
object
Graph
Supertypes
trait EnumEntry
class Object
trait Matchable
class Any
Known subtypes
object D
object F
object G
object MJD
object NoUnits
object Wb
object a0
object alpha
object ampere
object angstrom
object arcmin
object arcsec
object au
object bar
object barn
object bit
object c
object cKayser
object cal
object candela
object centimeter
object coulomb
object count
object crab
object damas
object date
object datetime
object day
object degC
object degF
object degree
object dyn
object e
object earth
object elvolt
object encoder
object erg
object foot
object gauss
object geoMass
object gram
object henry
object hertz
object hhmmss
object hm
object hms
object hour
object inch
object jansky
object jd
object joule
object jovmass
object kelvin
object kilogram
object kilometer
object lightyear
object liter
object lm
object lsun
object lx
object mag
object mas
object me
object meter
object microarcsec
object micrometer
object micron
object mile
object millimeter
object millisecond
object minsec
object minute
object mjup
object mmhg
object mmyy
object mol
object month
object mp
object msun
object mu0
object muB
object nanometer
object newton
object ohm
object ounce
object pascal
object pc
object percent
object photon
object pi
object pix
object pound
object ppm
object radian
object rgeo
object rjup
object rsun
object rydberg
object sday
object second
object seimens
object steradian
object tai
object tesla
object u
object utc
object volt
object watt
object week
object yard
object year
Show all

Members list

Value members

Concrete methods

The description of unit

The description of unit

Attributes

The name of the unit

The name of the unit

Attributes

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any

Concrete fields

lazy override val entryName: String

String representation of this Enum Entry.

String representation of this Enum Entry.

Override in your implementation if needed

Attributes