com.ecebs.rtd.enabler.types.itso
Class LogDirEntry

java.lang.Object
  extended by 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

Nested Class Summary
static class LogDirEntry.EntryExitState
           
 
Field Summary
static short TYP
           
 
Fields inherited from interface com.ecebs.rtd.enabler.types.itso.DirEntry
DIR_ENTRY_LEN
 
Method Summary
 Calendar getDts()
           
 LogDirEntry.EntryExitState getEntryExitIndicator()
           
 int getIndex()
           
 byte getIPEPointer()
           
 int getIPEStartingSector()
           
 byte getPassbackTime()
           
 byte getRecordOffset()
           
 short getTYP()
           
 boolean isNormalMode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYP

public static final short TYP
See Also:
Constant Field Values
Method Detail

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.