Project

General

Profile

« Previous | Next » 

Revision b125ea21

Added by Andreas Müller about 8 years ago

Add Orthography Rejected to NomenclaturalStatusType #5649

View differences:

cdmlib-model/src/main/java/eu/etaxonomy/cdm/model/name/NomenclaturalStatusType.java
98 98
	private static final UUID uuidOpusUtiqueOppr = UUID.fromString("a5055d80-dbba-4660-b091-a1835d59fe7c");
99 99
	private static final UUID uuidSubnudum = UUID.fromString("92a76bd0-6ea8-493f-98e0-4be0b98c092f");
100 100
	private static final UUID uuidCombNov = UUID.fromString("ed508710-deef-44b1-96f6-1ce6d2c9c884");
101
	private static final UUID uuidOrthographyRejected = UUID.fromString("39a25673-f716-4ec7-ae27-2498fce43166");
101 102

  
102 103
	//zoological uuids
103 104
	public static final UUID uuidIcznNomStatusVocabulary = UUID.fromString("5e3c08e9-13a9-498e-861e-b9b5656ab6ac");
......
274 275
				this.equals(CONSERVED_PROP()) ||
275 276
				this.equals(ORTHOGRAPHY_CONSERVED_PROP()) ||
276 277
				this.equals(ZOO_INVALID()) ||
277
				this.equals(ZOO_SUPPRESSED())
278
				this.equals(ZOO_SUPPRESSED()) ||
279
				this.equals(ORTHOGRAPHY_REJECTED())
278 280
			){
279 281
			return true;
280 282
		}else{
......
282 284
		}
283 285
	}
284 286

  
287

  
285 288
	/**
286 289
	 * Returns the nomenclatural status type "ambiguous". A "valid"
287 290
	 * ("available") {@link TaxonNameBase taxon name} is "ambiguous" if it has been used so long
......
528 531
		return getTermByUuid(uuidOrthographyConserved);
529 532
	}
530 533

  
534
    /**
535
     * Returns the nomenclatural status type "orthography rejected". <BR>
536
     * TBC.
537
     * See also {@link http://dev.e-taxonomy.eu/trac/ticket/5649}
538
     *
539
     * @see  #ORTHOGRAPHY_CONSERVED()
540
     * @see  #REJECTED()
541
     * @see  #isIllegitimateType()
542
     */
543
    public static final NomenclaturalStatusType ORTHOGRAPHY_REJECTED(){
544
        return getTermByUuid(uuidOrthographyRejected);
545
    }
546

  
531 547
	/**
532 548
	 * Returns the nomenclatural status type "proposed to be rejected". A
533 549
	 * "valid" ("available") {@link TaxonNameBase taxon name} is "proposed to be rejected"
......
551 567
		return getTermByUuid(uuidRejectedProp);
552 568
	}
553 569

  
570

  
554 571
	/**
555 572
	 * Returns the nomenclatural status type "conserved". A "valid"
556 573
	 * ("available") {@link TaxonNameBase taxon name} is "conserved" if, even though by the strict

Also available in: Unified diff