com.oy.shared.lw.snmp.rfc
Class RequestType

java.lang.Object
  extended bycom.oy.shared.lw.snmp.rfc.RequestType

public class RequestType
extends java.lang.Object


Field Summary
private  java.lang.String description
           
static java.util.List list
           
static RequestType SNMP_GET_REQUEST
           
static RequestType SNMP_GETNEXT_REQUEST
           
static RequestType SNMP_GETRESPONSE
           
static RequestType SNMP_SET_REQUEST
           
static RequestType SNMP_TRAP
           
private  byte type
           
 
Constructor Summary
private RequestType(byte type, java.lang.String description)
           
 
Method Summary
static RequestType getRequest(int type)
           
 int getValue()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

list

public static java.util.List list

SNMP_GET_REQUEST

public static RequestType SNMP_GET_REQUEST

SNMP_GETNEXT_REQUEST

public static RequestType SNMP_GETNEXT_REQUEST

SNMP_GETRESPONSE

public static RequestType SNMP_GETRESPONSE

SNMP_SET_REQUEST

public static RequestType SNMP_SET_REQUEST

SNMP_TRAP

public static RequestType SNMP_TRAP

type

private final byte type

description

private java.lang.String description
Constructor Detail

RequestType

private RequestType(byte type,
                    java.lang.String description)
Method Detail

getRequest

public static RequestType getRequest(int type)

getValue

public int getValue()

toString

public java.lang.String toString()


Copyright (C) 2005-2006 Pavel Simakov
http://www.softwaresecretweapons.com