Revision 27723 branches/v2_0_0_prep/libraries/libFMap_dal/src/org/gvsig/fmap/dal/DataParameters.java

View differences:

DataParameters.java
27 27

  
28 28
package org.gvsig.fmap.dal;
29 29

  
30
import org.gvsig.fmap.dal.exception.ValidateDataParametersException;
30 31
import org.gvsig.tools.dynobject.DynObject;
31 32
import org.gvsig.tools.persistence.Persistent;
32 33

  
......
43 44

  
44 45
	/**
45 46
	 * Creates and returns a new copy of this DataParameters.
46
	 * 
47
	 *
47 48
	 * @return a new copy of this
48 49
	 */
49 50
	public DataParameters getCopy();
51

  
52
	/**
53
	 * Checks its valid
54
	 *
55
	 * @throws ValidateDataParametersException
56
	 *             if any problem was detected
57
	 */
58
	public void validate() throws ValidateDataParametersException;
50 59
}

Also available in: Unified diff