org.openbandy.io.rms
Class RmsValueContainer
java.lang.Object
org.openbandy.io.ValueContainer
org.openbandy.io.storage.StorageValueContainer
org.openbandy.io.rms.RmsValueContainer
public class RmsValueContainer
- extends StorageValueContainer
TODO describe purpose and usage
TODO reuse the output streams and use RmsRecord
(c) Copyright P. Bolliger 2007, ALL RIGHTS RESERVED.
- Version:
- 1.0
- Author:
- Philipp Bolliger (philipp@bolliger.name)
Method Summary |
java.lang.String |
getString(java.lang.String name)
|
Methods inherited from class org.openbandy.io.ValueContainer |
addByte, addChar, addDouble, addFloat, addInt, addLong, addShort, addTimestamp, getByte, getChar, getDouble, getFloat, getInt, getLong, getShort, getTimestamp |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RmsValueContainer
public RmsValueContainer(ObjectEntry objectEntry)
RmsValueContainer
public RmsValueContainer(javax.microedition.rms.RecordStore recordStore,
Serializable serializable)
getString
public java.lang.String getString(java.lang.String name)
- Specified by:
getString
in class ValueContainer
- Parameters:
name
- -
the name of the attribute
- Returns:
- Returns the corresponding String value if available, null else