|
Revision 10955, 0.7 kB
(checked in by n.hoffmann, 18 months ago)
|
|
added an interface to easily identify multilanguage text entities
|
| Line | |
|---|
| 1 | // $Id$ |
|---|
| 2 | /** |
|---|
| 3 | * Copyright (C) 2007 EDIT |
|---|
| 4 | * European Distributed Institute of Taxonomy |
|---|
| 5 | * http://www.e-taxonomy.eu |
|---|
| 6 | * |
|---|
| 7 | * The contents of this file are subject to the Mozilla Public License Version 1.1 |
|---|
| 8 | * See LICENSE.TXT at the top of this package for the full license terms. |
|---|
| 9 | */ |
|---|
| 10 | |
|---|
| 11 | package eu.etaxonomy.cdm.model.common; |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | /** |
|---|
| 15 | * This interface was merely created to get convenient access to all classes |
|---|
| 16 | * that hold a MultiLanguageString, i.e. currently a Map<Language, LanguageString>. |
|---|
| 17 | * The implementation of the MultiLanguageString construct is about to change in |
|---|
| 18 | * a future version. |
|---|
| 19 | * |
|---|
| 20 | * @author n.hoffmann |
|---|
| 21 | * @created Dec 2, 2010 |
|---|
| 22 | * @version 1.0 |
|---|
| 23 | */ |
|---|
| 24 | public interface IMultiLanguageTextHolder { |
|---|
| 25 | |
|---|
| 26 | |
|---|
| 27 | |
|---|
| 28 | } |
|---|