All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aka.snmp.Status

java.lang.Object
   |
   +----aka.snmp.Status

public class Status
extends Object
implements Serializable

Constructor Index

 o Status()
Constructor, sets the Status object to VOID
 o Status(int)
Constructor using the status
 o Status(String)
Constructor from the string representation

Method Index

 o main(String[])
Test harness
 o toString()
Returns a string representation
 o value()
Returns the status value

Constructors

 o Status
 public Status()
Constructor, sets the Status object to VOID

 o Status
 public Status(int theStatus)
Constructor using the status

 o Status
 public Status(String string)
Constructor from the string representation

Methods

 o value
 public int value()
Returns the status value

 o toString
 public String toString()
Returns a string representation

Overrides:
toString in class Object
 o main
 public static void main(String args[])
Test harness


All Packages  Class Hierarchy  This Package  Previous  Next  Index