FileDocCategorySizeDatePackage
ParentAwareRecord.javaAPI DocApache Poi 3.0.11171Sun Mar 11 12:59:30 GMT 2007org.apache.poi.hslf.record

ParentAwareRecord

public interface ParentAwareRecord
Interface to define how a record can indicate it cares about what its parent is, and how it wants to be told which record is its parent.
author
Nick Burch (nick at torchbox dot com)

Fields Summary
Constructors Summary
Methods Summary
public org.apache.poi.hslf.record.RecordContainergetParentRecord()

public voidsetParentRecord(org.apache.poi.hslf.record.RecordContainer parentRecord)