object DataType

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

Type Members

  1. case class ContainerDataType (name: String, typeArg: Option[DataType] = None, uniqueItems: Boolean = false) extends DataType with Product with Serializable
  2. case class ValueDataType (name: String, format: Option[String] = None, qualifiedName: Option[String] = None) extends DataType with Product with Serializable

Value Members

  1. val Boolean: ValueDataType
  2. val Byte: ValueDataType
  3. val Date: ValueDataType
  4. val DateTime: ValueDataType
  5. val Double: ValueDataType
  6. val Float: ValueDataType
  7. val Int: ValueDataType
  8. val Long: ValueDataType
  9. val String: ValueDataType
  10. val Void: ValueDataType
  11. def apply[T](implicit mf: Manifest[T]): DataType
  12. def apply(name: String, format: Option[String] = None, qualifiedName: Option[String] = None): ValueDataType
  13. object GenArray
  14. object GenList
  15. object GenMap
  16. object GenSet