@Immutable public final class SAParagraphNumberSSP extends SAParagraphNumber
| Constructor and Description |
|---|
SAParagraphNumberSSP(int in_section,
int in_subsection,
int in_paragraph)
Construct a new paragraph number
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SAParagraphNumber o) |
boolean |
equals(Object obj) |
int |
getParagraph() |
int |
getSection() |
int |
getSubsection() |
int |
hashCode() |
<T> T |
paragraphNumberAccept(SAParagraphNumberVisitor<T> v)
Accept a paragraph number visitor.
|
String |
paragraphNumberFormat() |
String |
toString() |
subsectionContentNumberAcceptpublic SAParagraphNumberSSP(int in_section,
int in_subsection,
int in_paragraph)
in_section - The section numberin_subsection - The subsection numberin_paragraph - The paragraph numberpublic int compareTo(@Nullable
SAParagraphNumber o)
public int getParagraph()
getParagraph in class SAParagraphNumberpublic int getSection()
public int getSubsection()
public <T> T paragraphNumberAccept(SAParagraphNumberVisitor<T> v) throws Exception
SAParagraphNumberparagraphNumberAccept in class SAParagraphNumberT - The type of values returned by the visitorv - The visitorException - If the visitor raises an Exceptionpublic String paragraphNumberFormat()
paragraphNumberFormat in class SAParagraphNumberCopyright © 2016 <code@io7m.com> http://io7m.com