|
Revision 10919, 0.7 kB
(checked in by a.mueller, 18 months ago)
|
|
merge 3.0.2 to trunk
|
| Line | |
|---|
| 1 | /** |
|---|
| 2 | * Copyright (C) 2009 EDIT |
|---|
| 3 | * European Distributed Institute of Taxonomy |
|---|
| 4 | * http://www.e-taxonomy.eu |
|---|
| 5 | * |
|---|
| 6 | * The contents of this file are subject to the Mozilla Public License Version 1.1 |
|---|
| 7 | * See LICENSE.TXT at the top of this package for the full license terms. |
|---|
| 8 | */ |
|---|
| 9 | |
|---|
| 10 | package eu.etaxonomy.cdm.model.reference; |
|---|
| 11 | |
|---|
| 12 | /** |
|---|
| 13 | * This interface represents personal communications. A personal communication is a |
|---|
| 14 | * non published document originally written for information exchange between |
|---|
| 15 | * private persons. |
|---|
| 16 | * <P> |
|---|
| 17 | * This class corresponds to: <ul> |
|---|
| 18 | * <li> the term "Communication" from PublicationTypeTerm according to the TDWG ontology |
|---|
| 19 | * </ul> |
|---|
| 20 | */ |
|---|
| 21 | public interface IPersonalCommunication extends IReference{ |
|---|
| 22 | |
|---|
| 23 | } |
|---|