5.2 KiB
5.2 KiB
title
title |
---|
IPAddressDataLanguage - |
//KSpigot/net.axay.kspigot.ipaddress/IPAddressDataLanguage
IPAddressDataLanguage
[jvm] enum IPAddressDataLanguage : Enum<IPAddressDataLanguage>
Entries
Name | Summary |
---|---|
ENGLISH | [jvm] ENGLISH("en") |
GERMAN | [jvm] GERMAN("de") |
SPANISH | [jvm] SPANISH("es") |
PORTUGUESE | [jvm] PORTUGUESE("pt-BR") |
FRENCH | [jvm] FRENCH("fr") |
JAPANESE | [jvm] JAPANESE("ja") |
CHINESE | [jvm] CHINESE("zh-CN") |
RUSSIAN | [jvm] RUSSIAN("ru") |
Functions
Name | Summary |
---|---|
compareTo | [jvm] Content operator override fun compareTo(other: IPAddressDataLanguage): Int |
describeConstable | [jvm] Content |
equals | [jvm] Content operator override fun equals(other: Any?): Boolean |
finalize | [jvm] Content override fun finalize() |
getDeclaringClass | [jvm] Content override fun getDeclaringClass(): Class<IPAddressDataLanguage> |
hashCode | [jvm] Content override fun hashCode(): Int |
toString | [jvm] Content open override fun toString(): String |
Properties
Name | Summary |
---|---|
code | [jvm] val code: String |
name | [jvm] override val name: String |
ordinal | [jvm] override val ordinal: Int |