Class HTLangType

  • All Implemented Interfaces:
    kotlin.Comparable

    
    public final class HTLangType
     implements Comparable<HTLangType>
                        

    言語の種類を表す列挙型クラスです。

    Since:

    0.8.0

    Author:

    Hiiragi Tsubasa

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String name
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getName()
      Integer compareTo(HTLangType other)
      final static HTLangType of(String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait