Package

com.dslplatform.ocd

types

Permalink

package types

Source
package.scala
Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. types
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait OcdType extends OcdKind

    Permalink
  2. trait OcdTypeValues extends AnyRef

    Permalink
  3. type type.BINARY = type.Binary

    Permalink
  4. type type.BITS = type.Bits

    Permalink
  5. type type.BOOL = type.Boolean

    Permalink
  6. type type.BOOLEAN = type.Boolean

    Permalink
  7. type type.BOX = type.Rectangle

    Permalink
  8. trait type.Binary extends OcdType

    Permalink
  9. trait type.Bits extends OcdType

    Permalink
  10. type type.Bool = type.Boolean

    Permalink
  11. trait type.Boolean extends OcdType

    Permalink
  12. type type.Box = type.Rectangle

    Permalink
  13. type type.COLOR = type.Color

    Permalink
  14. trait type.Color extends OcdType

    Permalink
  15. type type.DATE = type.Date

    Permalink
  16. type type.DATETIME = type.Timestamp

    Permalink
  17. type type.DECIMAL = type.Decimal

    Permalink
  18. type type.DECIMAL(9) = type.Decimal(9)

    Permalink
  19. type type.DICTIONARY = type.Map

    Permalink
  20. type type.DOUBLE = type.Double

    Permalink
  21. trait type.Date extends OcdType

    Permalink
  22. type type.DateTime = type.Timestamp

    Permalink
  23. type type.Datetime = type.Timestamp

    Permalink
  24. trait type.Decimal extends OcdType

    Permalink
  25. trait type.Decimal(9) extends OcdType

    Permalink
  26. type type.Dictionary = type.Map

    Permalink
  27. trait type.Double extends OcdType

    Permalink
  28. type type.EMAIL = type.Email

    Permalink
  29. trait type.Email extends OcdType

    Permalink
  30. type type.FLOAT = type.Float

    Permalink
  31. trait type.Float extends OcdType

    Permalink
  32. type type.GUID = type.Guid

    Permalink
  33. trait type.Guid extends OcdType

    Permalink
  34. type type.IMAGE = type.Image

    Permalink
  35. type type.INT = type.Integer

    Permalink
  36. type type.INTEGER = type.Integer

    Permalink
  37. type type.IP = type.Ip

    Permalink
  38. trait type.Image extends OcdType

    Permalink
  39. type type.Int = type.Integer

    Permalink
  40. trait type.Integer extends OcdType

    Permalink
  41. trait type.Ip extends OcdType

    Permalink
  42. type type.JSON = type.Json

    Permalink
  43. type type.JSONOF<MAP> = type.JsonOf<Map>

    Permalink
  44. trait type.Json extends OcdType

    Permalink
  45. trait type.JsonOf<Map> extends OcdType

    Permalink
  46. type type.Jsonof<map> = type.JsonOf<Map>

    Permalink
  47. type type.LINK = type.Url

    Permalink
  48. type type.LOCATION = type.Location

    Permalink
  49. type type.LONG = type.Long

    Permalink
  50. type type.Link = type.Url

    Permalink
  51. trait type.Location extends OcdType

    Permalink
  52. trait type.Long extends OcdType

    Permalink
  53. type type.MAP = type.Map

    Permalink
  54. type type.MONEY = type.Money

    Permalink
  55. trait type.Map extends OcdType

    Permalink
  56. trait type.Money extends OcdType

    Permalink
  57. type type.NATIVE = type.Native

    Permalink
  58. trait type.Native extends OcdType

    Permalink
  59. type type.PHONE = type.Phone

    Permalink
  60. type type.PICTURE = type.Image

    Permalink
  61. type type.POINT = type.Point

    Permalink
  62. trait type.Phone extends OcdType

    Permalink
  63. type type.Picture = type.Image

    Permalink
  64. trait type.Point extends OcdType

    Permalink
  65. type type.RECTANGLE = type.Rectangle

    Permalink
  66. trait type.Rectangle extends OcdType

    Permalink
  67. trait type.S3 extends OcdType

    Permalink
  68. type type.SECRET = type.Secret

    Permalink
  69. type type.STREAM = type.Stream

    Permalink
  70. type type.STRING = type.String

    Permalink
  71. type type.STRING(9) = type.String(9)

    Permalink
  72. trait type.Secret extends OcdType

    Permalink
  73. trait type.Stream extends OcdType

    Permalink
  74. trait type.String extends OcdType

    Permalink
  75. trait type.String(9) extends OcdType

    Permalink
  76. type type.TEXT = type.Text

    Permalink
  77. type type.TIME = type.Time

    Permalink
  78. type type.TIMESTAMP = type.Timestamp

    Permalink
  79. trait type.Text extends OcdType

    Permalink
  80. trait type.Time extends OcdType

    Permalink
  81. trait type.Timestamp extends OcdType

    Permalink
  82. type type.URL = type.Url

    Permalink
  83. type type.UUID = type.Guid

    Permalink
  84. trait type.Url extends OcdType

    Permalink
  85. type type.Uuid = type.Guid

    Permalink
  86. type type.XML = type.Xml

    Permalink
  87. trait type.Xml extends OcdType

    Permalink
  88. type type.binary = type.Binary

    Permalink
  89. type type.bits = type.Bits

    Permalink
  90. type type.bool = type.Boolean

    Permalink
  91. type type.boolean = type.Boolean

    Permalink
  92. type type.box = type.Rectangle

    Permalink
  93. type type.color = type.Color

    Permalink
  94. type type.date = type.Date

    Permalink
  95. type type.datetime = type.Timestamp

    Permalink
  96. type type.decimal = type.Decimal

    Permalink
  97. type type.decimal(9) = type.Decimal(9)

    Permalink
  98. type type.dictionary = type.Map

    Permalink
  99. type type.double = type.Double

    Permalink
  100. type type.email = type.Email

    Permalink
  101. type type.float = type.Float

    Permalink
  102. type type.guid = type.Guid

    Permalink
  103. type type.image = type.Image

    Permalink
  104. type type.int = type.Integer

    Permalink
  105. type type.integer = type.Integer

    Permalink
  106. type type.ip = type.Ip

    Permalink
  107. type type.json = type.Json

    Permalink
  108. type type.jsonof<map> = type.JsonOf<Map>

    Permalink
  109. type type.link = type.Url

    Permalink
  110. type type.location = type.Location

    Permalink
  111. type type.long = type.Long

    Permalink
  112. type type.map = type.Map

    Permalink
  113. type type.money = type.Money

    Permalink
  114. type type.native = type.Native

    Permalink
  115. type type.phone = type.Phone

    Permalink
  116. type type.picture = type.Image

    Permalink
  117. type type.point = type.Point

    Permalink
  118. type type.rectangle = type.Rectangle

    Permalink
  119. type type.s3 = type.S3

    Permalink
  120. type type.secret = type.Secret

    Permalink
  121. type type.stream = type.Stream

    Permalink
  122. type type.string = type.String

    Permalink
  123. type type.string(9) = type.String(9)

    Permalink
  124. type type.text = type.Text

    Permalink
  125. type type.time = type.Time

    Permalink
  126. type type.timestamp = type.Timestamp

    Permalink
  127. type type.url = type.Url

    Permalink
  128. type type.uuid = type.Guid

    Permalink
  129. type type.xml = type.Xml

    Permalink

Value Members

  1. object OcdType extends OcdTypeValues

    Permalink
  2. val type.BINARY: type.Binary.type

    Permalink
  3. val type.BITS: type.Bits.type

    Permalink
  4. val type.BOOL: type.Boolean.type

    Permalink
  5. val type.BOOLEAN: type.Boolean.type

    Permalink
  6. val type.BOX: type.Rectangle.type

    Permalink
  7. object type.Binary extends type.Binary with Product with Serializable

    Permalink
  8. object type.Bits extends type.Bits with Product with Serializable

    Permalink
  9. val type.Bool: type.Boolean.type

    Permalink
  10. object type.Boolean extends type.Boolean with Product with Serializable

    Permalink
  11. val type.Box: type.Rectangle.type

    Permalink
  12. val type.COLOR: type.Color.type

    Permalink
  13. object type.Color extends type.Color with Product with Serializable

    Permalink
  14. val type.DATE: type.Date.type

    Permalink
  15. val type.DATETIME: type.Timestamp.type

    Permalink
  16. val type.DECIMAL: type.Decimal.type

    Permalink
  17. val type.DECIMAL(9): type.Decimal(9).type

    Permalink
  18. val type.DICTIONARY: type.Map.type

    Permalink
  19. val type.DOUBLE: type.Double.type

    Permalink
  20. object type.Date extends type.Date with Product with Serializable

    Permalink
  21. val type.DateTime: type.Timestamp.type

    Permalink
  22. val type.Datetime: type.Timestamp.type

    Permalink
  23. object type.Decimal extends type.Decimal with Product with Serializable

    Permalink
  24. object type.Decimal(9) extends type.Decimal(9) with Product with Serializable

    Permalink
  25. val type.Dictionary: type.Map.type

    Permalink
  26. object type.Double extends type.Double with Product with Serializable

    Permalink
  27. val type.EMAIL: type.Email.type

    Permalink
  28. object type.Email extends type.Email with Product with Serializable

    Permalink
  29. val type.FLOAT: type.Float.type

    Permalink
  30. object type.Float extends type.Float with Product with Serializable

    Permalink
  31. val type.GUID: type.Guid.type

    Permalink
  32. object type.Guid extends type.Guid with Product with Serializable

    Permalink
  33. val type.IMAGE: type.Image.type

    Permalink
  34. val type.INT: type.Integer.type

    Permalink
  35. val type.INTEGER: type.Integer.type

    Permalink
  36. val type.IP: type.Ip.type

    Permalink
  37. object type.Image extends type.Image with Product with Serializable

    Permalink
  38. val type.Int: type.Integer.type

    Permalink
  39. object type.Integer extends type.Integer with Product with Serializable

    Permalink
  40. object type.Ip extends type.Ip with Product with Serializable

    Permalink
  41. val type.JSON: type.Json.type

    Permalink
  42. val type.JSONOF<MAP>: type.JsonOf<Map>.type

    Permalink
  43. object type.Json extends type.Json with Product with Serializable

    Permalink
  44. object type.JsonOf<Map> extends type.JsonOf<Map> with Product with Serializable

    Permalink
  45. val type.Jsonof<map>: type.JsonOf<Map>.type

    Permalink
  46. val type.LINK: type.Url.type

    Permalink
  47. val type.LOCATION: type.Location.type

    Permalink
  48. val type.LONG: type.Long.type

    Permalink
  49. val type.Link: type.Url.type

    Permalink
  50. object type.Location extends type.Location with Product with Serializable

    Permalink
  51. object type.Long extends type.Long with Product with Serializable

    Permalink
  52. val type.MAP: type.Map.type

    Permalink
  53. val type.MONEY: type.Money.type

    Permalink
  54. object type.Map extends type.Map with Product with Serializable

    Permalink
  55. object type.Money extends type.Money with Product with Serializable

    Permalink
  56. val type.NATIVE: type.Native.type

    Permalink
  57. object type.Native extends type.Native with Product with Serializable

    Permalink
  58. val type.PHONE: type.Phone.type

    Permalink
  59. val type.PICTURE: type.Image.type

    Permalink
  60. val type.POINT: type.Point.type

    Permalink
  61. object type.Phone extends type.Phone with Product with Serializable

    Permalink
  62. val type.Picture: type.Image.type

    Permalink
  63. object type.Point extends type.Point with Product with Serializable

    Permalink
  64. val type.RECTANGLE: type.Rectangle.type

    Permalink
  65. object type.Rectangle extends type.Rectangle with Product with Serializable

    Permalink
  66. object type.S3 extends type.S3 with Product with Serializable

    Permalink
  67. val type.SECRET: type.Secret.type

    Permalink
  68. val type.STREAM: type.Stream.type

    Permalink
  69. val type.STRING: type.String.type

    Permalink
  70. val type.STRING(9): type.String(9).type

    Permalink
  71. object type.Secret extends type.Secret with Product with Serializable

    Permalink
  72. object type.Stream extends type.Stream with Product with Serializable

    Permalink
  73. object type.String extends type.String with Product with Serializable

    Permalink
  74. object type.String(9) extends type.String(9) with Product with Serializable

    Permalink
  75. val type.TEXT: type.Text.type

    Permalink
  76. val type.TIME: type.Time.type

    Permalink
  77. val type.TIMESTAMP: type.Timestamp.type

    Permalink
  78. object type.Text extends type.Text with Product with Serializable

    Permalink
  79. object type.Time extends type.Time with Product with Serializable

    Permalink
  80. object type.Timestamp extends type.Timestamp with Product with Serializable

    Permalink
  81. val type.URL: type.Url.type

    Permalink
  82. val type.UUID: type.Guid.type

    Permalink
  83. object type.Url extends type.Url with Product with Serializable

    Permalink
  84. val type.Uuid: type.Guid.type

    Permalink
  85. val type.XML: type.Xml.type

    Permalink
  86. object type.Xml extends type.Xml with Product with Serializable

    Permalink
  87. val type.binary: type.Binary.type

    Permalink
  88. val type.bits: type.Bits.type

    Permalink
  89. val type.bool: type.Boolean.type

    Permalink
  90. val type.boolean: type.Boolean.type

    Permalink
  91. val type.box: type.Rectangle.type

    Permalink
  92. val type.color: type.Color.type

    Permalink
  93. val type.date: type.Date.type

    Permalink
  94. val type.datetime: type.Timestamp.type

    Permalink
  95. val type.decimal: type.Decimal.type

    Permalink
  96. val type.decimal(9): type.Decimal(9).type

    Permalink
  97. val type.dictionary: type.Map.type

    Permalink
  98. val type.double: type.Double.type

    Permalink
  99. val type.email: type.Email.type

    Permalink
  100. val type.float: type.Float.type

    Permalink
  101. val type.guid: type.Guid.type

    Permalink
  102. val type.image: type.Image.type

    Permalink
  103. val type.int: type.Integer.type

    Permalink
  104. val type.integer: type.Integer.type

    Permalink
  105. val type.ip: type.Ip.type

    Permalink
  106. val type.json: type.Json.type

    Permalink
  107. val type.jsonof<map>: type.JsonOf<Map>.type

    Permalink
  108. val type.link: type.Url.type

    Permalink
  109. val type.location: type.Location.type

    Permalink
  110. val type.long: type.Long.type

    Permalink
  111. val type.map: type.Map.type

    Permalink
  112. val type.money: type.Money.type

    Permalink
  113. val type.native: type.Native.type

    Permalink
  114. val type.phone: type.Phone.type

    Permalink
  115. val type.picture: type.Image.type

    Permalink
  116. val type.point: type.Point.type

    Permalink
  117. val type.rectangle: type.Rectangle.type

    Permalink
  118. val type.s3: type.S3.type

    Permalink
  119. val type.secret: type.Secret.type

    Permalink
  120. val type.stream: type.Stream.type

    Permalink
  121. val type.string: type.String.type

    Permalink
  122. val type.string(9): type.String(9).type

    Permalink
  123. val type.text: type.Text.type

    Permalink
  124. val type.time: type.Time.type

    Permalink
  125. val type.timestamp: type.Timestamp.type

    Permalink
  126. val type.url: type.Url.type

    Permalink
  127. val type.uuid: type.Guid.type

    Permalink
  128. val type.xml: type.Xml.type

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped