Project

General

Profile

« Previous | Next » 

Revision bef8e98c

Added by Andreas Müller about 4 years ago

fix #9043 add feature Altitude

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/description/Feature.java
205 205
    private static final UUID uuidNotes = UUID.fromString("b5780b45-6439-4f3c-9818-d89d26d36eb2");
206 206
    public static final UUID uuidLifeform = UUID.fromString("db9228d3-8bbf-4460-abfe-0b1326c82f8e");
207 207
    private static final UUID uuidFloweringSeason = UUID.fromString("03710cb5-606e-444a-a3e6-594268e3cc47");
208

  
208
    public static final UUID uuidAltitude = UUID.fromString("1a28ed59-e15f-4001-b5c2-ea89f0012671");
209 209

  
210 210
/* ***************** CONSTRUCTOR AND FACTORY METHODS **********************************/
211 211

  
......
1130 1130
	public static final Feature FLOWERING_SEASON(){
1131 1131
	    return getTermByUuid(uuidFloweringSeason);
1132 1132
	}
1133

  
1134
	public static final Feature ALTITUDE(){
1135
        return getTermByUuid(uuidAltitude);
1136
    }
1133 1137
//
1134 1138
//	/**
1135 1139
//	 * Returns the "hybrid_parent" feature. This feature can only be used
cdmlib-model/src/main/resources/terms/Feature.csv
37 37
"bd9aca17-cd0e-4418-a3a1-1a4b80dbc162",,"Systematics","Systematics","10000000","100",
38 38
"b5780b45-6439-4f3c-9818-d89d26d36eb2",,"Notes","Taxonomic Notes","10000000","100",
39 39
"db9228d3-8bbf-4460-abfe-0b1326c82f8e",,"Life-form","Life-form","10000010","100",
40
"03710cb5-606e-444a-a3e6-594268e3cc47",,"Flowering Period","Flowering Period","10000001","100",
40
"03710cb5-606e-444a-a3e6-594268e3cc47",,"Flowering Period","Flowering Period","10000001","100",
41
"1a28ed59-e15f-4001-b5c2-ea89f0012671",,"Altitude","Altitude","11000000","100",

Also available in: Unified diff