public class TimeDistributionType
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BURSTY |
static int |
ECG |
static int |
EEG |
static int |
NORMAL |
static int |
POISSON |
static int |
RANDOM |
static int |
REGULAR |
static int |
THORAX |
| Constructor and Description |
|---|
TimeDistributionType() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
nameOf(int typeID)
Returns the name of the public TimeDistributionType identifier field with
the given type id.
|
static int |
valueOf(java.lang.String typename)
Returns the public TimeDistributionType identifier field which
corresponds to the provided typename.
|
public static final int REGULAR
public static final int RANDOM
public static final int BURSTY
public static final int NORMAL
public static final int POISSON
public static final int THORAX
public static final int ECG
public static final int EEG
public static int valueOf(java.lang.String typename)
typename - the name of the time distribution type field desired;
this should (with the exception of case) exactly match one of the public
type fields of time distribution typejava.lang.IllegalArgumentException - if the typename does not correspond to
one of the fieldspublic static java.lang.String nameOf(int typeID)
typeID - integer value to attempt to be converted to a string