Revision 39606 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/feature/rule/CheckMandatoryAttributesRule.java

View differences:

CheckMandatoryAttributesRule.java
22 22
 */
23 23
package org.gvsig.fmap.dal.feature.rule;
24 24

  
25
import org.gvsig.fmap.dal.feature.FeatureRule;
25 26

  
26 27

  
28

  
27 29
/**
28 30
 * 
29 31
 * Empty interface to tag the FeatureRule that check the
......
34 36
 * @author jldominguez
35 37
 *
36 38
 */
37
public interface CheckMandatoryAttributesRule {
39
public interface CheckMandatoryAttributesRule extends FeatureRule {
38 40

  
39 41
}

Also available in: Unified diff