Revision 41c65daf
Added by Katja Luther almost 7 years ago
cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/name/NomenclaturalStatusType.java | ||
---|---|---|
978 | 978 |
} |
979 | 979 |
} |
980 | 980 |
|
981 |
public static void initDefaultTerms() { |
|
982 |
TermVocabulary<NomenclaturalStatusType> vocabulary = getTermByUuid(uuidDoubtful).getVocabulary(); |
|
983 |
|
|
984 |
(new NomenclaturalStatusType()).setDefaultTerms(vocabulary); |
|
985 |
} |
|
986 |
|
|
981 | 987 |
/** |
982 | 988 |
* Adds the status type to the (abbreviated) label maps |
983 | 989 |
* @param term |
Also available in: Unified diff
fix #5669