Revision 2123 org.gvsig.tools/library/trunk/org.gvsig.tools/org.gvsig.tools.lib/src/main/java/org/gvsig/tools/dynobject/DynField.java

View differences:

DynField.java
55 55
    /**
56 56
     * Relation of composition 1:N
57 57
     */
58
    public static final int RELATION_TYPE_COMPOSITION = 3;
58
    public static final int RELATION_TYPE_MASTER_COMPOSITION = 3;
59 59

  
60 60
    /**
61 61
     * Relation of aggregation 1:N
62 62
     */
63
    public static final int RELATION_TYPE_AGGREGATE = 4;
63
    public static final int RELATION_TYPE_MASTER_AGGREGATE = 4;
64 64

  
65 65
    /**
66
     * Relation of composition N:1
67
     */
68
    public static final int RELATION_TYPE_DETAIL_COMPOSITION = 5;
69

  
70
    /**
71
     * Relation of aggregation N:1
72
     */
73
    public static final int RELATION_TYPE_DETAIL_AGGREGATE = 6;
74

  
75
    /**
66 76
     * Return the name of the field.
67 77
     *
68 78
     * @return name of the field

Also available in: Unified diff