Times

enum Times : Enum

Parameters

placeholder
is the name that you can use in placeholders for lang filesa. its also just a lowercase version of the name A simple enum for the names of different time specs.

Entries

YEARS
Link copied to clipboard
YEARS("years")
MONTHS
Link copied to clipboard
MONTHS("months")
WEEKS
Link copied to clipboard
WEEKS("weeks")
DAYS
Link copied to clipboard
DAYS("days")
HOURS
Link copied to clipboard
HOURS("hours")
MINUTES
Link copied to clipboard
MINUTES("minutes")
SECONDS
Link copied to clipboard
SECONDS("seconds")

Functions

compareTo
Link copied to clipboard
operator override fun compareTo(other: Times): Int
describeConstable
Link copied to clipboard
override fun describeConstable(): Optional<Enum.EnumDesc<Times>>
equals
Link copied to clipboard
operator override fun equals(other: Any?): Boolean
finalize
Link copied to clipboard
override fun finalize()
getDeclaringClass
Link copied to clipboard
override fun getDeclaringClass(): Class<Times>
hashCode
Link copied to clipboard
override fun hashCode(): Int
toString
Link copied to clipboard
open override fun toString(): String

Properties

name
Link copied to clipboard
override val name: String
ordinal
Link copied to clipboard
override val ordinal: Int
placeholder
Link copied to clipboard
is the name that you can use in placeholders for lang filesa. its also just a lowercase version of the name A simple enum for the names of different time specs.
val placeholder: String