public abstract class AbstractDataObjField extends AbstractDataField implements DataObjField
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object value1,
Object value2)
Compares two specified field values for equality.
|
String |
getString(RecordCursor cursor) |
Object |
parseString(String value)
Parses string representation of specified field value.
|
void |
read(com.devexperts.io.BufferedInput in,
RecordCursor cursor) |
void |
setString(RecordCursor cursor,
String value) |
String |
toString(Object value)
Returns string representation of the specified field value.
|
void |
write(com.devexperts.io.BufferedOutput out,
RecordCursor cursor) |
getDefaultPropertyName, getIndex, getLocalName, getName, getPropertyName, getRecord, getSerialType, setRecord, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitreadObj, readObj, writeObj, writeObjgetIndex, getLocalName, getName, getPropertyName, getRecord, getSerialTypepublic String getString(RecordCursor cursor)
public void setString(RecordCursor cursor, String value)
public void write(com.devexperts.io.BufferedOutput out,
RecordCursor cursor)
throws IOException
write in interface DataFieldIOExceptionpublic void read(com.devexperts.io.BufferedInput in,
RecordCursor cursor)
throws IOException
read in interface DataFieldIOExceptionpublic String toString(Object value)
String.valueOf(value).toString in interface DataObjFieldpublic Object parseString(String value)
value.parseString in interface DataObjFieldpublic boolean equals(Object value1, Object value2)
value1 == value2 || (value1 != null && value1.equals(value2)).equals in interface DataObjFieldCopyright © 2002–2025 Devexperts LLC. All rights reserved.