static MonitorCheckPropagation |
MonitorCheckPropagation.safeValueOf(String value) |
Helper function to return the MonitorCheckPropagation represented by
value .
|
static MonitorCheckPropagation |
MonitorCheckPropagation.valueOf(char code) |
Helper function to return the MonitorCheckPropagation represented by code.
|
static MonitorCheckPropagation |
MonitorCheckPropagation.valueOf(Character code) |
Helper function to return the MonitorCheckPropagation represented by code.
|
static MonitorCheckPropagation |
MonitorCheckPropagation.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static MonitorCheckPropagation |
MonitorCheckPropagation.valueOfCode(String code) |
Helper function to return the MonitorCheckPropagation represented by code.
|
static MonitorCheckPropagation[] |
MonitorCheckPropagation.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|