All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class aka.snmp.Access

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

public class Access
extends Object
implements Serializable

Constructor Index

 o Access()
Default Constructor
 o Access(int)
Constructor from the integer representation
 o Access(String)
Constructor from the string representation

Method Index

 o main(String[])
Test Harness
 o toString()
Return string representation
 o value()
Return the integer representation

Constructors

 o Access
 public Access()
Default Constructor

 o Access
 public Access(int theAccess)
Constructor from the integer representation

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

Methods

 o value
 public int value()
Return the integer representation

 o toString
 public String toString()
Return 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