public class SequenceField extends CompactIntField
| Constructor and Description |
|---|
SequenceField(int index,
String name) |
SequenceField(int index,
String name,
SerialFieldType serialType) |
| Modifier and Type | Method and Description |
|---|---|
int |
parseString(String value)
Parses string representation of specified field value.
|
String |
toString(int value)
Returns string representation of specified field value.
|
readInt, readInt, writeInt, writeIntequals, getString, read, setString, toDouble, toInt, writegetDefaultPropertyName, getIndex, getLocalName, getName, getPropertyName, getRecord, getSerialType, setRecord, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetIndex, getLocalName, getName, getPropertyName, getRecord, getSerialTypepublic SequenceField(int index,
String name)
public SequenceField(int index,
String name,
SerialFieldType serialType)
public String toString(int value)
AbstractDataIntFieldInteger.toString(value).toString in interface DataIntFieldtoString in class AbstractDataIntFieldpublic int parseString(String value)
AbstractDataIntFieldInteger.parseInt(value).parseString in interface DataIntFieldparseString in class AbstractDataIntFieldCopyright © 2002–2025 Devexperts LLC. All rights reserved.