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
[Expand]
Inherited Methods |
From class
java.lang.Enum
final
int
|
compareTo(E arg0)
|
int
|
compareTo(Object arg0)
|
final
boolean
|
equals(Object arg0)
|
final
Class<E>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
java.lang.Comparable
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
description: the A antigen type value.
description: the B antigen type value.
description: the Bw 46 antigen type value.
description: the Cw antigen type value.
description: the Dpa antigen type value.
description: the Dpb antigen type value.
description: the Dqa antigen type value.
description: the Dqb antigen type value.
description: the Dr antigen type value.
description: the Dr 345 antigen type value.
Public Methods