Class Overview
Sub cause code values for human problem
Summary
Public Methods |
static
HumanProblemSubCauseCode
|
of(int customCauseCode)
Creates a custom cause with the specified custom cause code.
|
[Expand]
Inherited Methods |
From class
com.commsignia.v2x.client.model.BaseSubCauseCode
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
Fields
Constant for glycemia problem
Constant for heart problem
Protected Constructors
protected
HumanProblemSubCauseCode
(String name)
protected
HumanProblemSubCauseCode
(int customCauseCode)
Public Methods
Creates a custom cause with the specified custom cause code.
Parameters
customCauseCode |
custom cause code
|