com.ecebs.rtd.enabler.types.itso
Class LogDirEntry
java.lang.Object
com.ecebs.rtd.enabler.types.itso.LogDirEntry
- All Implemented Interfaces:
- DirEntry, Serializable
public class LogDirEntry
- extends Object
- implements DirEntry
Represents a log directory entry, assocaited with
a cyclic log.
- Author:
- kyleb
- See Also:
- ITSO part 2, section 8.1,
Serialized Form
Field Summary |
static short |
TYP
|
TYP
public static final short TYP
- See Also:
- Constant Field Values
isNormalMode
public boolean isNormalMode()
- Returns:
- the normalMode
getIPEPointer
public byte getIPEPointer()
- Returns:
- the rawIPEPointer
getEntryExitIndicator
public LogDirEntry.EntryExitState getEntryExitIndicator()
- Returns:
- the entryExitIndicator
getDts
public Calendar getDts()
- Returns:
- the dts
getRecordOffset
public byte getRecordOffset()
- Returns:
- the recordOffset
getPassbackTime
public byte getPassbackTime()
- Returns:
- the passbackTime
getIndex
public int getIndex()
- Specified by:
getIndex
in interface DirEntry
- Returns:
- the index
getIPEStartingSector
public int getIPEStartingSector()
- Specified by:
getIPEStartingSector
in interface DirEntry
getTYP
public short getTYP()
- Specified by:
getTYP
in interface DirEntry
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2013 Ecebs Ltd. All Rights Reserved.