Packages

object Court

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Court
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. lazy val LEVEL: Array[String]
  2. lazy val LEVEL_SHORT: Array[String]
  3. def apply(p: String, l: Int, b: String): Court
  4. def levelOf(str: String): Int

    裁判所の級を表すテキストから数値へと変換します。 該当する級が存在しない場合には-1を返却します。