public class SnmpAdminString extends MOMutableColumn
| Constructor and Description |
|---|
SnmpAdminString(int columnID,
MOAccess access,
org.snmp4j.smi.Variable defaultValue,
boolean mutableInService) |
SnmpAdminString(int columnID,
MOAccess access,
org.snmp4j.smi.Variable defaultValue,
boolean mutableInService,
int minLength,
int maxLength) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxLength() |
int |
getMinLength() |
void |
setMaxLength(int maxLength) |
void |
setMinLength(int minLength) |
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 SnmpAdminString(int columnID,
MOAccess access,
org.snmp4j.smi.Variable defaultValue,
boolean mutableInService)
public SnmpAdminString(int columnID,
MOAccess access,
org.snmp4j.smi.Variable defaultValue,
boolean mutableInService,
int minLength,
int maxLength)
public int getMaxLength()
public int getMinLength()
public void setMaxLength(int maxLength)
public void setMinLength(int minLength)
public int validate(org.snmp4j.smi.Variable newValue,
org.snmp4j.smi.Variable oldValue)
validate in class MOMutableColumnCopyright © 2020 SNMP4J.org. All rights reserved.