Annotation Type Field

    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String label
      Field's label.
      String smartType
      SmartType of the field.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      io.vertigo.core.lang.Cardinality cardinality
      Field's cardinality
      String fkDefinition
      Foreign DtDefinition
      boolean persistent
      Is the field persistent.
      String type
      Type of field.
    • Element Detail

      • smartType

        String smartType
        SmartType of the field.
      • label

        String label
        Field's label.
      • type

        String type
        Type of field.
        Default:
        "DATA"
      • cardinality

        io.vertigo.core.lang.Cardinality cardinality
        Field's cardinality
        Default:
        io.vertigo.core.lang.Cardinality.OPTIONAL_OR_NULLABLE
      • persistent

        boolean persistent
        Is the field persistent.
        Default:
        true
      • fkDefinition

        String fkDefinition
        Foreign DtDefinition
        Default:
        ""