Packages

package staticdsl

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

Type Members

  1. case class EntityType(id: EntityTypeId, title: String, description: String, settings: Json) extends Product with Serializable
  2. case class Field(id: FieldId, name: FieldName, entityTypeId: EntityTypeId, title: String, description: Option[String], example: Option[Json], fieldType: FieldTypeId, nullable: Boolean, additional: Boolean, settings: Json) extends Product with Serializable
  3. sealed trait FieldDatabaseType extends AnyRef
  4. type FieldId = Type
  5. type FieldName = Type
  6. case class FieldType(id: FieldTypeId, description: String, databaseType: FieldDatabaseType, settings: Json) extends Product with Serializable
  7. type FieldTypeId = Type
  8. case class Relation(id: RelationId, relationType: RelationTypeId, title: String, entity1: EntityTypeId, entity2: EntityTypeId, entity1Field: Option[FieldId]) extends Product with Serializable
  9. type RelationId = Type
  10. case class RelationType(id: RelationTypeId, title: String, description: String) extends Product with Serializable
  11. type RelationTypeId = Type

Value Members

  1. object EntityType extends Serializable
  2. object FieldDatabaseType
  3. object FieldId
  4. object FieldName
  5. object FieldType extends Serializable
  6. object FieldTypeId
  7. object RelationId
  8. object RelationType extends Serializable
  9. object RelationTypeId

Inherited from AnyRef

Inherited from Any

Ungrouped