public interface SmiSyntaxElement
getType(). For enumerations getMin() equals getMax() equals getValue().| Modifier and Type | Interface and Description |
|---|---|
static class |
SmiSyntaxElement.Type |
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Gets the label of the enumerated value.
|
long |
getMax()
Gets the maximum value of the range (inclusive).
|
long |
getMin()
Gets the minimum value of the range (inclusive).
|
SmiSyntaxElement.Type |
getType() |
long |
getValue()
Gets the long value of the enumerated value (or the min value of a range restriction).
|
String |
toString() |
String getLabel()
null if this is a range restriction.long getValue()
long getMin()
long getMax()
SmiSyntaxElement.Type getType()
Copyright © 2015 SNMP4J.com. All Rights Reserved.