Currency

io.github.pervasivecats.items.catalogitem.valueobjects.Currency
See theCurrency companion object
sealed trait Currency extends EnumEntry

Attributes

Companion:
object
Graph
Supertypes
trait EnumEntry
class Object
trait Matchable
class Any
Known subtypes
object CHF.type
object EUR.type
object GBP.type
object USD.type

Members list

Concise view

Value members

Inherited methods

def entryName: String

String representation of this Enum Entry.

String representation of this Enum Entry.

Override in your implementation if needed

Attributes

Inherited from:
EnumEntry