Project

General

Profile

« Previous | Next » 

Revision bef8e98c

Added by Andreas Müller almost 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

Also available in: Unified diff