Project

General

Profile

« Previous | Next » 

Revision 2720ea2c

Added by Andreas Müller over 3 years ago

cleanup

View differences:

cdmlib-ext/src/main/java/eu/etaxonomy/cdm/ext/common/SchemaAdapterBase.java
1 1
/**
2 2
* Copyright (C) 2009 EDIT
3
* European Distributed Institute of Taxonomy 
3
* European Distributed Institute of Taxonomy
4 4
* http://www.e-taxonomy.eu
5
* 
5
*
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
......
20 20
/**
21 21
 * @author a.kohlbecker
22 22
 * @since 24.08.2010
23
 *
24 23
 */
25 24
public abstract class SchemaAdapterBase<T extends CdmBase> {
26
	
25

  
27 26
	public static final Logger logger = Logger.getLogger(SchemaAdapterBase.class);
28
	
27

  
29 28
	/**
30 29
	 * @return the identifier e.g. "info:srw/schema/1/dc-v1.1" for DublinCore
31 30
	 */
32 31
	public abstract URI getIdentifier();
33 32

  
34

  
35 33
	/**
36 34
	 * @return the shortName e.g. "dc" for DublinCore
37 35
	 */

Also available in: Unified diff