package tdt
Type Members
- case class CountryCode(code: Short) extends Product with Serializable
- case class CurrencyType(code: Short) extends Product with Serializable
- case class LanguageCode(code: Short) extends Product with Serializable
- case class LocalisedLongString(languageCode: LanguageCode, value: String) extends Product with Serializable
- case class LocalisedShortString(languageCode: LanguageCode, value: String) extends Product with Serializable
- case class NumericalMagnitude(code: Short) extends Product with Serializable
- case class OptionalBoolean(code: Short) extends Product with Serializable
- case class OrientationType(code: Short) extends Product with Serializable
- case class Priority(code: Short) extends Product with Serializable
- case class ServiceIdentifier(sid_A: Short, sid_B: Short, sid_C: Short) extends Product with Serializable
- case class SpecialDay(code: Short) extends Product with Serializable