java.lang.Comparable
public class SnmpAdminString extends MOMutableColumn
Constructor | 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 | 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) |
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 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 MOMutableColumn
Copyright © 2018 SNMP4J.org. All rights reserved.