Subversion Repository Public Repository

litesoft

Diff Revisions 222 vs 285 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/objects/factories/a6plus/A6plusPropertyMetaDataDefinitionAccessor.java

Diff revisions: vs.
  @@ -486,6 +486,7 @@
486 486 new UiCRUDpSet( A_Text.TYPE, //
487 487 new ASet( PMD_Changeable.INSTANCE, //
488 488 PMD_Required.INSTANCE, //
489 + PMD_Case.INSTANCE, //
489 490 PMD_DefaultValue.INSTANCE, //
490 491 PMD_MaxLength.of( null ), //
491 492 PMD_DisplayWidthInitial.of( 40 ), //
  @@ -495,6 +496,7 @@
495 496 PMD_ColumnName.INSTANCE ), //
496 497 new ASet( PMD_Changeable.INSTANCE, //
497 498 PMD_Required.INSTANCE, //
499 + PMD_Case.INSTANCE, //
498 500 PMD_MaxLength.of( null ), //
499 501 PMD_DisplayWidthInitial.of( 40 ), //
500 502 PMD_DisplayHeightInitial.of( 4 ), //