|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.opennms.netmgt.config.statsd.types.PackageReportStatusType
public class PackageReportStatusType
Class PackageReportStatusType.
| Field Summary | |
|---|---|
static PackageReportStatusType |
OFF
The instance of the off type |
static int |
OFF_TYPE
The off type |
static PackageReportStatusType |
ON
The instance of the on type |
static int |
ON_TYPE
The on type |
| Method Summary | |
|---|---|
static Enumeration<Object> |
enumerate()
Method enumerate.Returns an enumeration of all possible instances of PackageReportStatusType |
int |
getType()
Method getType.Returns the type of this PackageReportStatusType |
String |
toString()
Method toString.Returns the String representation of this PackageReportStatusType |
static PackageReportStatusType |
valueOf(String string)
Method valueOf.Returns a new PackageReportStatusType based on the given String value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int ON_TYPE
public static final PackageReportStatusType ON
public static final int OFF_TYPE
public static final PackageReportStatusType OFF
| Method Detail |
|---|
public static Enumeration<Object> enumerate()
public int getType()
public String toString()
toString in class Objectpublic static PackageReportStatusType valueOf(String string)
string -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||