Class SnmpAdminString

All Implemented Interfaces:
Comparable

public class SnmpAdminString extends MOMutableColumn
  • Constructor Details

    • SnmpAdminString

      public SnmpAdminString(int columnID, MOAccess access, org.snmp4j.smi.Variable defaultValue, boolean mutableInService)
    • SnmpAdminString

      public SnmpAdminString(int columnID, MOAccess access, org.snmp4j.smi.Variable defaultValue, boolean mutableInService, int minLength, int maxLength)
  • Method Details

    • getMaxLength

      public int getMaxLength()
    • getMinLength

      public int getMinLength()
    • setMaxLength

      public void setMaxLength(int maxLength)
    • setMinLength

      public void setMinLength(int minLength)
    • validate

      public int validate(org.snmp4j.smi.Variable newValue, org.snmp4j.smi.Variable oldValue)
      Overrides:
      validate in class MOMutableColumn