|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface AssignableFromIntArray
The AssignableFromIntArray interface describes objects whose
value can be set from an int array and converted back to an int array.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
void setValue(int[] value)
value - an int array.int[] toIntArray()
|
Copyright 2003-2009 Frank Fock and Jochen Katz (SNMP4J.org) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||