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