Packages

package tdt

Type Members

  1. case class CountryCode(code: Short) extends Product with Serializable
  2. case class CurrencyType(code: Short) extends Product with Serializable
  3. case class LanguageCode(code: Short) extends Product with Serializable
  4. case class LocalisedLongString(languageCode: LanguageCode, value: String) extends Product with Serializable
  5. case class LocalisedShortString(languageCode: LanguageCode, value: String) extends Product with Serializable
  6. case class NumericalMagnitude(code: Short) extends Product with Serializable
  7. case class OptionalBoolean(code: Short) extends Product with Serializable
  8. case class OrientationType(code: Short) extends Product with Serializable
  9. case class Priority(code: Short) extends Product with Serializable
  10. case class ServiceIdentifier(sid_A: Short, sid_B: Short, sid_C: Short) extends Product with Serializable
  11. case class SpecialDay(code: Short) extends Product with Serializable

Ungrouped