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