Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/objects/factories/mementobean/MementoBeanPropertyMetaDataDefinitionAccessor.java

Diff revisions: vs.
  @@ -1,47 +1,47 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.aokeyhole.objects.factories.mementobean;
3 -
4 - import org.litesoft.aokeyhole.objects.*;
5 - import org.litesoft.aokeyhole.objects.attributes.*;
6 - import org.litesoft.aokeyhole.objects.factories.*;
7 - import org.litesoft.aokeyhole.objects.properties.*;
8 -
9 - public class MementoBeanPropertyMetaDataDefinitionAccessor extends PropertyMetaDataDefinitionAccessorImpl {
10 - public static final PropertyMetaDataDefinitionAccessor INSTANCE = new MementoBeanPropertyMetaDataDefinitionAccessor();
11 -
12 - private MementoBeanPropertyMetaDataDefinitionAccessor() {
13 - super( "MementoBean", //
14 - new ObjectSet( false, 0, false, "Bean" ), //
15 - new UiCRUDpSet( A_String.TYPE, //
16 - PMD_Repeating.INSTANCE, //
17 - PMD_NullEmpties.INSTANCE ), //
18 - new UiCRUDpSet( A_Integer.TYPE, //
19 - PMD_Repeating.INSTANCE, //
20 - PMD_NullZeros.INSTANCE ), //
21 - new UiCRUDpSet( A_Long.TYPE, //
22 - PMD_Repeating.INSTANCE, //
23 - PMD_NullZeros.INSTANCE ), //
24 - new UiCRUDpSet( A_Float.TYPE, //
25 - PMD_Repeating.INSTANCE, //
26 - PMD_NullZeros.INSTANCE ), //
27 - new UiCRUDpSet( A_Double.TYPE, //
28 - PMD_Repeating.INSTANCE, //
29 - PMD_NullZeros.INSTANCE ), //
30 - new UiCRUDpSet( A_Boolean.TYPE, //
31 - PMD_Repeating.INSTANCE, //
32 - PMD_NullFalses.INSTANCE ), //
33 - new UiCRUDpSet( A_Timestamp.TYPE, //
34 - PMD_Repeating.INSTANCE ), //
35 - new UiCRUDpSet( A_Date.TYPE, //
36 - PMD_Repeating.INSTANCE ), //
37 - new UiCRUDpSet( A_Time.TYPE, //
38 - PMD_Repeating.INSTANCE ), //
39 - // new UiCRUDpSet( A_ArrayOptions.TYPE, //
40 - // PMD_Repeating.INSTANCE, //
41 - // PMD_FullyQualifiedStringArrayPath.INSTANCE ), //
42 - // new UiCRUDpSet( A_ValidOptions.TYPE, //
43 - // PMD_Repeating.INSTANCE ), //
44 - new ToOneSetNoBackRef( PMD_NullEmpties.INSTANCE ), //
45 - new ToManySetNoBackRef( PMD_NullEmpties.INSTANCE ) );
46 - }
47 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.aokeyhole.objects.factories.mementobean;
3 +
4 + import org.litesoft.aokeyhole.objects.*;
5 + import org.litesoft.aokeyhole.objects.attributes.*;
6 + import org.litesoft.aokeyhole.objects.factories.*;
7 + import org.litesoft.aokeyhole.objects.properties.*;
8 +
9 + public class MementoBeanPropertyMetaDataDefinitionAccessor extends PropertyMetaDataDefinitionAccessorImpl {
10 + public static final PropertyMetaDataDefinitionAccessor INSTANCE = new MementoBeanPropertyMetaDataDefinitionAccessor();
11 +
12 + private MementoBeanPropertyMetaDataDefinitionAccessor() {
13 + super( "MementoBean", //
14 + new ObjectSet( false, 0, false, "Bean" ), //
15 + new UiCRUDpSet( A_String.TYPE, //
16 + PMD_Repeating.INSTANCE, //
17 + PMD_NullEmpties.INSTANCE ), //
18 + new UiCRUDpSet( A_Integer.TYPE, //
19 + PMD_Repeating.INSTANCE, //
20 + PMD_NullZeros.INSTANCE ), //
21 + new UiCRUDpSet( A_Long.TYPE, //
22 + PMD_Repeating.INSTANCE, //
23 + PMD_NullZeros.INSTANCE ), //
24 + new UiCRUDpSet( A_Float.TYPE, //
25 + PMD_Repeating.INSTANCE, //
26 + PMD_NullZeros.INSTANCE ), //
27 + new UiCRUDpSet( A_Double.TYPE, //
28 + PMD_Repeating.INSTANCE, //
29 + PMD_NullZeros.INSTANCE ), //
30 + new UiCRUDpSet( A_Boolean.TYPE, //
31 + PMD_Repeating.INSTANCE, //
32 + PMD_NullFalses.INSTANCE ), //
33 + new UiCRUDpSet( A_Timestamp.TYPE, //
34 + PMD_Repeating.INSTANCE ), //
35 + new UiCRUDpSet( A_Date.TYPE, //
36 + PMD_Repeating.INSTANCE ), //
37 + new UiCRUDpSet( A_Time.TYPE, //
38 + PMD_Repeating.INSTANCE ), //
39 + // new UiCRUDpSet( A_ArrayOptions.TYPE, //
40 + // PMD_Repeating.INSTANCE, //
41 + // PMD_FullyQualifiedStringArrayPath.INSTANCE ), //
42 + // new UiCRUDpSet( A_ValidOptions.TYPE, //
43 + // PMD_Repeating.INSTANCE ), //
44 + new ToOneSetNoBackRef( PMD_NullEmpties.INSTANCE ), //
45 + new ToManySetNoBackRef( PMD_NullEmpties.INSTANCE ) );
46 + }
47 + }