|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines an array of bytes.
| Method Summary | |
void |
fromString(java.lang.String arrayValue)
Populates the collection list with data from a string. |
byte[] |
getBytes()
Returns an array of bytes.
|
java.lang.String |
toString()
Returns the collection as a String.
|
| Method Detail |
public void fromString(java.lang.String arrayValue)
Populates the collection list with data from a string. The string should be in the format valueX="<Value>". Values are separated by a comma. For example: value1="1",value2="No",value3="3.141".
arrayValue - The string that will be used to populate the collection's array.public byte[] getBytes()
Returns an array of bytes.
bytes.public java.lang.String toString()
Returns the collection as a String.
toString in class java.lang.ObjectString containing the values in this collection.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||