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, writeInt
equals, getString, read, setString, toDouble, toInt, write
getDefaultPropertyName, getIndex, getLocalName, getName, getPropertyName, getRecord, getSerialType, setRecord, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getIndex, getLocalName, getName, getPropertyName, getRecord, getSerialType
public SequenceField(int index, String name)
public SequenceField(int index, String name, SerialFieldType serialType)
public String toString(int value)
AbstractDataIntField
Integer.toString(value)
.toString
in interface DataIntField
toString
in class AbstractDataIntField
public int parseString(String value)
AbstractDataIntField
Integer.parseInt(value)
.parseString
in interface DataIntField
parseString
in class AbstractDataIntField
Copyright © 2002–2025 Devexperts LLC. All rights reserved.