Package | Description |
---|---|
org.friendlysnmp |
Provides classes and interfaces to access FriendlySNMP API.
|
org.friendlysnmp.persist |
Provides persistency for scalars and tables in FriendlySNMP API.
|
Modifier and Type | Method and Description |
---|---|
static ValueSyntax |
ValueSyntax.find(int syntax) |
ValueSyntax |
FTable.getColumnSyntax(FColumn c) |
ValueSyntax |
FTable.getColumnSyntax(int index) |
ValueSyntax |
FScalar.getSyntax()
Returns syntax of the scalar value.
|
static ValueSyntax |
ValueSyntax.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValueSyntax[] |
ValueSyntax.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static org.snmp4j.smi.Variable |
FConverter.toVariable(java.lang.Object obj,
ValueSyntax syntax)
Converts a
java.lang object into a SMI object by calling
the appropriate 'parseXXX' methods. |
Modifier and Type | Method and Description |
---|---|
ValueSyntax |
PersistEntryTable.getColumnSyntax(int index) |
ValueSyntax |
PersistEntryScalar.getScalarSyntax() |