public class MonitoringLevel extends Object
| Modifier and Type | Field and Description |
|---|---|
static MonitoringLevel |
HIGH |
static MonitoringLevel |
LOW |
static MonitoringLevel |
OFF |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Checks two MonitoringLevel objects for equality.
|
int |
hashCode()
Returns the hash code value for this object.
|
static MonitoringLevel |
instance(String name)
Returns an instance of MonitoringLevel for the given String.
|
String |
toString() |
public static final MonitoringLevel OFF
public static final MonitoringLevel LOW
public static final MonitoringLevel HIGH
public static MonitoringLevel instance(String name)
name - String representing the MonitoringLevelpublic boolean equals(Object obj)
Checks that obj is a MonitoringLevel, and has the same name as this object.
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.