public class AlertDuration extends EnumerationBase
Modifier and Type | Field and Description |
---|---|
static AlertDuration |
LONG
The instance of Long
|
static AlertDuration |
MEDIUM
The instance of Medium
|
static AlertDuration |
NOT_SPECIFIED
The instance of Not Specified
|
static AlertDuration[] |
PRIVATE_VALUES |
static AlertDuration |
SHORT
The instance of Short
|
Modifier and Type | Method and Description |
---|---|
static AlertDuration[] |
getValues() |
static AlertDuration |
Parse(java.lang.String parameter) |
getArgument, getDescription, toString
public static final AlertDuration NOT_SPECIFIED
public static final AlertDuration SHORT
public static final AlertDuration MEDIUM
public static final AlertDuration LONG
public static final AlertDuration[] PRIVATE_VALUES
public static final AlertDuration[] getValues()
public static final AlertDuration Parse(java.lang.String parameter)