Project

General

Profile

Download (337 Bytes) Statistics
| Branch: | Tag: | Revision:
1
/**
2
 * 
3
 */
4
package eu.etaxonomy.cdm.model.common;
5

    
6

    
7
/**
8
 * Interface to combine {@link ISimpleTerm} and {@link IKeyTerm} properties.
9
 * To be used by enumerated terms.
10
 * 
11
 * @author a.mueller
12
 * @created 15-Jul-2013
13
 *
14
 */
15
public interface IEnumTerm<T extends IEnumTerm<T>> extends ISimpleTerm<T>, IKeyTerm {
16

    
17
	
18
	
19
}
(18-18/72)