public abstract class SAParagraphNumber extends Object implements Comparable<SAParagraphNumber>, SASubsectionContentNumber
| Constructor and Description |
|---|
SAParagraphNumber() |
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getParagraph() |
abstract <T> T |
paragraphNumberAccept(SAParagraphNumberVisitor<T> v)
Accept a paragraph number visitor.
|
abstract String |
paragraphNumberFormat() |
<T> T |
subsectionContentNumberAccept(SASubsectionContentNumberVisitor<T> v)
Accept a subsection content number visitor.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompareTopublic abstract int getParagraph()
public abstract <T> T paragraphNumberAccept(@Nonnull SAParagraphNumberVisitor<T> v) throws com.io7m.jaux.Constraints.ConstraintError, Exception
public abstract String paragraphNumberFormat()
public final <T> T subsectionContentNumberAccept(@Nonnull SASubsectionContentNumberVisitor<T> v) throws com.io7m.jaux.Constraints.ConstraintError, Exception
SASubsectionContentNumbersubsectionContentNumberAccept in interface SASubsectionContentNumberT - The type of values returned by the visitorv - The visitorcom.io7m.jaux.Constraints.ConstraintError - If the visitor raises Constraints.ConstraintErrorException - If the visitor raises an ExceptionCopyright © 2014 <code@io7m.com> http://io7m.com