Revision 21070 trunk/libraries/libMetadata/src/org/gvsig/metadata/MDManager.java

View differences:

MDManager.java
32 32

  
33 33
public interface MDManager {
34 34

  
35
	/**
36
	 * Creates a Metadata object
37
	 * @param	mdd	the name of the new object	
38
	 * @return	an object which implements the Metadata interface
39
	 */
35 40
	public Metadata createMD(String mdd);
36 41
	
37 42
}

Also available in: Unified diff