public static final enum

WS2Constants.WSLocusType

extends Enum<E extends Enum<E>>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.cbs.ctr3ws.dtos.WS2Constants.WSLocusType

Class Overview

description: an enumeration of locus type values.

Summary

Enum Values
WS2Constants.WSLocusType  description: the A locus type value. 
WS2Constants.WSLocusType  description: the B locus type value. 
WS2Constants.WSLocusType  Bw  description: the Bw locus type value. 
WS2Constants.WSLocusType  description: the C locus type value. 
WS2Constants.WSLocusType  DPA1  description: the Dpa 1 locus type value. 
WS2Constants.WSLocusType  DPB1  description: the Dpb 1 locus type value. 
WS2Constants.WSLocusType  DQA1  description: the Dqa 1 locus type value. 
WS2Constants.WSLocusType  DQB1  description: the Dqb 1 locus type value. 
WS2Constants.WSLocusType  DRB1  description: the Drb 1 locus type value. 
WS2Constants.WSLocusType  DRB3  description: the Drb 3 locus type value. 
WS2Constants.WSLocusType  DRB4  description: the Drb 4 locus type value. 
WS2Constants.WSLocusType  DRB5  description: the Drb 5 locus type value. 
Fields
public long dtHlaLocusId description: t Dt hla locus id.
Public Methods
static WS2Constants.WSLocusType valueOf(String name)
final static WSLocusType[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final WS2Constants.WSLocusType A

description: the A locus type value. note: enumeration must be in the same order as table DT_HLA_LOCUS

public static final WS2Constants.WSLocusType B

description: the B locus type value.

public static final WS2Constants.WSLocusType Bw

description: the Bw locus type value.

public static final WS2Constants.WSLocusType C

description: the C locus type value.

public static final WS2Constants.WSLocusType DPA1

description: the Dpa 1 locus type value.

public static final WS2Constants.WSLocusType DPB1

description: the Dpb 1 locus type value.

public static final WS2Constants.WSLocusType DQA1

description: the Dqa 1 locus type value.

public static final WS2Constants.WSLocusType DQB1

description: the Dqb 1 locus type value.

public static final WS2Constants.WSLocusType DRB1

description: the Drb 1 locus type value.

public static final WS2Constants.WSLocusType DRB3

description: the Drb 3 locus type value.

public static final WS2Constants.WSLocusType DRB4

description: the Drb 4 locus type value.

public static final WS2Constants.WSLocusType DRB5

description: the Drb 5 locus type value.

Fields

public long dtHlaLocusId

description: t Dt hla locus id.

Public Methods

public static WS2Constants.WSLocusType valueOf (String name)

public static final WSLocusType[] values ()