Package hiiragi283.core.api.data.lang
Class HTLangType
-
- All Implemented Interfaces:
-
kotlin.Comparable
public final class HTLangType implements Comparable<HTLangType>
言語の種類を表す列挙型クラスです。
- Since:
0.8.0
Hiiragi Tsubasa
-
-
Constructor Summary
Constructors Constructor Description HTLangType(String name)
-
Method Summary
Modifier and Type Method Description final StringgetName()IntegercompareTo(HTLangType other)final static HTLangTypeof(String name)-
-
Constructor Detail
-
HTLangType
HTLangType(String name)
-
-
Method Detail
-
compareTo
Integer compareTo(HTLangType other)
-
of
final static HTLangType of(String name)
-
-
-
-