org.opennms.netmgt.config.statsd.types
Class PackageReportStatusType

java.lang.Object
  extended by org.opennms.netmgt.config.statsd.types.PackageReportStatusType
All Implemented Interfaces:
Serializable

public class PackageReportStatusType
extends Object
implements Serializable

Class PackageReportStatusType.

Version:
$Revision$ $Date$
See Also:
Serialized Form

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

ON_TYPE

public static final int ON_TYPE
The on type

See Also:
Constant Field Values

ON

public static final PackageReportStatusType ON
The instance of the on type


OFF_TYPE

public static final int OFF_TYPE
The off type

See Also:
Constant Field Values

OFF

public static final PackageReportStatusType OFF
The instance of the off type

Method Detail

enumerate

public static Enumeration<Object> enumerate()
Method enumerate.Returns an enumeration of all possible instances of PackageReportStatusType

Returns:
an Enumeration over all possible instances of PackageReportStatusType

getType

public int getType()
Method getType.Returns the type of this PackageReportStatusType

Returns:
the type of this PackageReportStatusType

toString

public String toString()
Method toString.Returns the String representation of this PackageReportStatusType

Overrides:
toString in class Object
Returns:
the String representation of this PackageReportStatusType

valueOf

public static PackageReportStatusType valueOf(String string)
Method valueOf.Returns a new PackageReportStatusType based on the given String value.

Parameters:
string -
Returns:
the PackageReportStatusType value of parameter 'string'


Copyright ? 2008. All Rights Reserved.