com.azalient.api.file.record
Class AbstractStoreRecordRenamableNumeric
java.lang.Object
com.azalient.api.file.record.TypeObject
com.azalient.api.file.record.ReaderUtilities
com.azalient.api.file.record.AbstractRecordR
com.azalient.api.file.record.AbstractRecordRW
com.azalient.api.file.record.AbstractStoreRecordRenamable
com.azalient.api.file.record.AbstractStoreRecordRenamableNumeric
- All Implemented Interfaces:
- IRecord, RecordR, RecordRW, RecordW, SortableData, StoreRecordRW
public abstract class AbstractStoreRecordRenamableNumeric
- extends AbstractStoreRecordRenamable
| Methods inherited from class com.azalient.api.file.record.TypeObject |
b, c, d, equals, equals, equalsEW, f, i, keyString, keyString, nameFromKeyString, rowKeysFromKeyString, s, t, t |
AbstractStoreRecordRenamableNumeric
public AbstractStoreRecordRenamableNumeric(IStore aStore,
int index)
rename
public void rename(String newName)
- Description copied from interface:
StoreRecordRW
- Rename this record, if that is possible. If it is not possible an error will be generated, so if you are not
sure, check first using
StoreRecordRW.canRename()
- Specified by:
rename in interface StoreRecordRW- Overrides:
rename in class AbstractStoreRecordRenamable
name
public final String name()
- Return a NUMERIC name
- Specified by:
name in interface IRecord- Overrides:
name in class AbstractStoreRecordRenamable
index
public int index()
index
public void index(int x)