public class SnmpAccess
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static SnmpAccess |
ACCESSIBLE_FOR_NOTIFY
The accesible for notify SNMP access mode.
|
static SnmpAccess |
NOT_ACCESSIBLE
The not accesible SNMP access mode.
|
static SnmpAccess |
NOT_IMPLEMENTED
The not implemented SNMP access mode.
|
static SnmpAccess |
READ_CREATE
The read-create SNMP access mode.
|
static SnmpAccess |
READ_ONLY
The read-only SNMP access mode.
|
static SnmpAccess |
READ_WRITE
The read-write SNMP access mode.
|
static SnmpAccess |
WRITE_ONLY
The write-only SNMP access mode.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canRead()
Checks if this access mode allows reading the value.
|
boolean |
canWrite()
Checks if this access mode allows writing the value.
|
java.lang.String |
toString()
Returns a string representation of this object.
|
public static final SnmpAccess NOT_IMPLEMENTED
public static final SnmpAccess NOT_ACCESSIBLE
public static final SnmpAccess ACCESSIBLE_FOR_NOTIFY
public static final SnmpAccess READ_ONLY
public static final SnmpAccess READ_WRITE
public static final SnmpAccess READ_CREATE
public static final SnmpAccess WRITE_ONLY
public boolean canRead()
public boolean canWrite()
public java.lang.String toString()
toString
in class java.lang.Object