Project

General

Profile

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

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

    
17
}
(6-6/33)