public static final enum

WS2Constants.WSAntigenType

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

Class Overview

description: an enumeration of antigen type value.

Summary

Enum Values
WS2Constants.WSAntigenType  description: the A antigen type value. 
WS2Constants.WSAntigenType  description: the B antigen type value. 
WS2Constants.WSAntigenType  Bw46  description: the Bw 46 antigen type value. 
WS2Constants.WSAntigenType  Cw  description: the Cw antigen type value. 
WS2Constants.WSAntigenType  DPA  description: the Dpa antigen type value. 
WS2Constants.WSAntigenType  DPB  description: the Dpb antigen type value. 
WS2Constants.WSAntigenType  DQA  description: the Dqa antigen type value. 
WS2Constants.WSAntigenType  DQB  description: the Dqb antigen type value. 
WS2Constants.WSAntigenType  DR  description: the Dr antigen type value. 
WS2Constants.WSAntigenType  DR345  description: the Dr 345 antigen type value. 
Public Methods
static WS2Constants.WSAntigenType valueOf(String name)
final static WSAntigenType[] 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.WSAntigenType A

description: the A antigen type value.

public static final WS2Constants.WSAntigenType B

description: the B antigen type value.

public static final WS2Constants.WSAntigenType Bw46

description: the Bw 46 antigen type value.

public static final WS2Constants.WSAntigenType Cw

description: the Cw antigen type value.

public static final WS2Constants.WSAntigenType DPA

description: the Dpa antigen type value.

public static final WS2Constants.WSAntigenType DPB

description: the Dpb antigen type value.

public static final WS2Constants.WSAntigenType DQA

description: the Dqa antigen type value.

public static final WS2Constants.WSAntigenType DQB

description: the Dqb antigen type value.

public static final WS2Constants.WSAntigenType DR

description: the Dr antigen type value.

public static final WS2Constants.WSAntigenType DR345

description: the Dr 345 antigen type value.

Public Methods

public static WS2Constants.WSAntigenType valueOf (String name)

public static final WSAntigenType[] values ()