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
Fields |
public
long |
dtHlaLocusId |
description: t Dt hla locus id. |
[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 locus type value. note: enumeration must be in the same order as table DT_HLA_LOCUS
description: the B locus type value.
description: the Bw locus type value.
description: the C locus type value.
description: the Dpa 1 locus type value.
description: the Dpb 1 locus type value.
description: the Dqa 1 locus type value.
description: the Dqb 1 locus type value.
description: the Drb 1 locus type value.
description: the Drb 3 locus type value.
description: the Drb 4 locus type value.
description: the Drb 5 locus type value.
Fields
public
long
dtHlaLocusId
description: t Dt hla locus id.
Public Methods