Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/**
* Autogenerated by Avro
*
* DO NOT EDIT DIRECTLY
*/
package org.gel.models.participant.avro;
@SuppressWarnings("all")
/** * A British, Mixed British
* B Irish
* C Any other White background
* C2 Northern Irish
* C3 Other white, white unspecified
* CA English
* CB Scottish
* CC Welsh
* CD Cornish
* CE Cypriot (part not stated)
* CF Greek
* CG Greek Cypriot
* CH Turkish
* CJ Turkish Cypriot
* CK Italian
* CL Irish Traveller
* CM Traveller
* CN Gypsy/Romany
* CP Polish
* CQ All republics which made up the former USSR
* CR Kosovan
* CS Albanian
* CT Bosnian
* CU Croatian
* CV Serbian
* CW Other republics which made up the former Yugoslavia
* CX Mixed white
* CY Other white European, European unspecified, European mixed
* D White and Black Caribbean
* E White and Black African
* F White and Asian
* G Any other mixed background
* GA Black and Asian
* GB Black and Chinese
* GC Black and White
* GD Chinese and White
* GE Asian and Chinese
* GF Other Mixed, Mixed Unspecified
* H Indian or British Indian
* J Pakistani or British Pakistani
* K Bangladeshi or British Bangladeshi
* L Any other Asian background
* LA Mixed Asian
* LB Punjabi
* LC Kashmiri
* LD East African Asian
* LE Sri Lanka
* LF Tamil
* LG Sinhalese
* LH British Asian
* LJ Caribbean Asian
* LK Other Asian, Asian unspecified
* M Caribbean
* N African
* P Any other Black background
* PA Somali
* PB Mixed Black
* PC Nigerian
* PD Black British
* PE Other Black, Black unspecified
* R Chinese
* S Any other ethnic group
* S1 Ashkenazi
* S2 Sephardi
* SA Vietnamese
* SB Japanese
* SC Filipino
* SD Malaysian
* SE Any Other Group
* Z Not stated */
@org.apache.avro.specific.AvroGenerated
public enum ClinicalEthnicity {
A, B, C, C2, C3, CA, CB, CC, CD, CE, CF, CG, CH, CJ, CK, CL, CM, CN, CP, CQ, CR, CS, CT, CU, CV, CW, CX, CY, D, E, F, G, GA, GB, GC, GD, GE, GF, H, J, K, L, LA, LB, LC, LD, LE, LF, LG, LH, LJ, LK, M, N, P, PA, PB, PC, PD, PE, R, S, S1, S2, SA, SB, SC, SD, SE, Z ;
public static final org.apache.avro.Schema SCHEMA$ = new org.apache.avro.Schema.Parser().parse("{\"type\":\"enum\",\"name\":\"ClinicalEthnicity\",\"namespace\":\"org.gel.models.participant.avro\",\"doc\":\"* A British, Mixed British\\n * B Irish\\n * C Any other White background\\n * C2 Northern Irish\\n * C3 Other white, white unspecified\\n * CA English\\n * CB Scottish\\n * CC Welsh\\n * CD Cornish\\n * CE Cypriot (part not stated)\\n * CF Greek\\n * CG Greek Cypriot\\n * CH Turkish\\n * CJ Turkish Cypriot\\n * CK Italian\\n * CL Irish Traveller\\n * CM Traveller\\n * CN Gypsy/Romany\\n * CP Polish\\n * CQ All republics which made up the former USSR\\n * CR Kosovan\\n * CS Albanian\\n * CT Bosnian\\n * CU Croatian\\n * CV Serbian\\n * CW Other republics which made up the former Yugoslavia\\n * CX Mixed white\\n * CY Other white European, European unspecified, European mixed\\n * D White and Black Caribbean\\n * E White and Black African\\n * F White and Asian\\n * G Any other mixed background\\n * GA Black and Asian\\n * GB Black and Chinese\\n * GC Black and White\\n * GD Chinese and White\\n * GE Asian and Chinese\\n * GF Other Mixed, Mixed Unspecified\\n * H Indian or British Indian\\n * J Pakistani or British Pakistani\\n * K Bangladeshi or British Bangladeshi\\n * L Any other Asian background\\n * LA Mixed Asian\\n * LB Punjabi\\n * LC Kashmiri\\n * LD East African Asian\\n * LE Sri Lanka\\n * LF Tamil\\n * LG Sinhalese\\n * LH British Asian\\n * LJ Caribbean Asian\\n * LK Other Asian, Asian unspecified\\n * M Caribbean\\n * N African\\n * P Any other Black background\\n * PA Somali\\n * PB Mixed Black\\n * PC Nigerian\\n * PD Black British\\n * PE Other Black, Black unspecified\\n * R Chinese\\n * S Any other ethnic group\\n * S1 Ashkenazi\\n * S2 Sephardi\\n * SA Vietnamese\\n * SB Japanese\\n * SC Filipino\\n * SD Malaysian\\n * SE Any Other Group\\n * Z Not stated\",\"symbols\":[\"A\",\"B\",\"C\",\"C2\",\"C3\",\"CA\",\"CB\",\"CC\",\"CD\",\"CE\",\"CF\",\"CG\",\"CH\",\"CJ\",\"CK\",\"CL\",\"CM\",\"CN\",\"CP\",\"CQ\",\"CR\",\"CS\",\"CT\",\"CU\",\"CV\",\"CW\",\"CX\",\"CY\",\"D\",\"E\",\"F\",\"G\",\"GA\",\"GB\",\"GC\",\"GD\",\"GE\",\"GF\",\"H\",\"J\",\"K\",\"L\",\"LA\",\"LB\",\"LC\",\"LD\",\"LE\",\"LF\",\"LG\",\"LH\",\"LJ\",\"LK\",\"M\",\"N\",\"P\",\"PA\",\"PB\",\"PC\",\"PD\",\"PE\",\"R\",\"S\",\"S1\",\"S2\",\"SA\",\"SB\",\"SC\",\"SD\",\"SE\",\"Z\"]}");
public static org.apache.avro.Schema getClassSchema() { return SCHEMA$; }
}