public interface AssignableFromIntArray
AssignableFromIntArray
interface describes objects whose
value can be set from an int array and converted back to an int array.Modifier and Type | Method and Description |
---|---|
void |
setValue(int[] value)
Sets the value of this object from the supplied int array.
|
int[] |
toIntArray()
Returns the value of this object as an int array.
|
Copyright © 2014 SNMP4J.org. All rights reserved.