Comparable
public class SnmpTagList extends MOMutableColumn
Constructor | Description |
---|---|
SnmpTagList(int columnID,
MOAccess access,
org.snmp4j.smi.Variable defaultValue,
boolean mutableInService) |
Modifier and Type | Method | Description |
---|---|---|
static Set<org.snmp4j.smi.OctetString> |
getTags(org.snmp4j.smi.OctetString tagList) |
|
static int |
isValidTagList(org.snmp4j.smi.Variable newValue) |
|
int |
validate(org.snmp4j.smi.Variable newValue,
org.snmp4j.smi.Variable oldValue) |
compareTo, get, getAccess, getColumnID, getRestoreValue, getStoreValue, getSyntax, getTable, getValue, isVolatile, setAccess, setColumnID, setSyntax, setTable
addMOValueValidationListener, cleanup, commit, getDefaultValue, isMandatory, isMutableInService, prepare, removeMOValueValidationListener, setDefaultValue, setMandatory, setMutableInService, toString, undo, validateSetRequest
public SnmpTagList(int columnID, MOAccess access, org.snmp4j.smi.Variable defaultValue, boolean mutableInService)
public int validate(org.snmp4j.smi.Variable newValue, org.snmp4j.smi.Variable oldValue)
validate
in class MOMutableColumn
public static Set<org.snmp4j.smi.OctetString> getTags(org.snmp4j.smi.OctetString tagList)
public static int isValidTagList(org.snmp4j.smi.Variable newValue)
Copyright © 2018 SNMP4J.org. All rights reserved.