Hierarchy

Hierarchy

  • EntityProperty

Constructors

Accessors

Constructors

  • Parameters

    • name: string
    • schemaType: string

    Returns EntityProperty

Accessors

  • get isNullable(): boolean
  • Returns boolean

  • set isNullable(value: boolean): void
  • Parameters

    • value: boolean

    Returns void

  • get name(): string
  • Returns string

  • set name(value: string): void
  • Parameters

    • value: string

    Returns void

  • get type(): string
  • Returns string

  • set type(value: string): void
  • Parameters

    • value: string

    Returns void