Package | Description |
---|---|
org.friendlysnmp |
Provides classes and interfaces to access FriendlySNMP API.
|
org.friendlysnmp.event |
Provides classes and interfaces for event handling in FriendlySNMP API.
|
Modifier and Type | Method and Description |
---|---|
static ValueValidation |
ValueValidation.find(int code) |
static ValueValidation |
ValueValidation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ValueValidation[] |
ValueValidation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ValueValidation |
FScalarValidationListener.validate(FScalar scalar,
java.lang.Object objNewValue)
Invoked when a validation event is fired.
|
ValueValidation |
FTableValidationListener.validate(FTable table,
java.lang.Object objNewValue,
FID idRow,
FColumn col,
TableRowAction action)
Invoked when a validation event is fired.
|