com.facetmap
Interface CompoundHeading

All Superinterfaces:
Heading
All Known Implementing Classes:
CompoundIndexedHeading, SimpleCompoundHeading

public interface CompoundHeading
extends Heading

A single Heading that represents any number of Headings from its underlying Facet.

See Also:
CompoundHeadingFacet

Method Summary
 java.util.Collection getHeadings()
           
 
Methods inherited from interface com.facetmap.Heading
getBackwardHeading, getFacet, getForwardHeadings, getId, getTitle, isRoot
 

Method Detail

getHeadings

java.util.Collection getHeadings()