Project

General

Profile

« Previous | Next » 

Revision 6163ee20

Added by Andreas Müller over 2 years ago

ref #8871, ref #7980 handle aggregation source mode TAXON for toParent

View differences:

cdmlib-services/src/main/java/eu/etaxonomy/cdm/api/service/description/AggregationSourceMode.java
82 82
        return supportsOriginalSourceType;
83 83
    }
84 84

  
85
    public boolean isNone(){
86
        return this == NONE;
87
    }
88

  
89
    public boolean isTaxon(){
90
        return this == TAXON;
91
    }
92

  
85 93
    /**
86 94
     * Returns a list of {@link AggregationSourceMode}s available for the
87 95
     * given {@link AggregationMode} and {@link AggregationType}

Also available in: Unified diff