@Immutable public final class SAFormalItem extends Object implements SASubsectionContent
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
SAFormalItemContent |
getContent() |
int |
getFormalNumber() |
String |
getKind() |
SAFormalItemNumber |
getNumber() |
SAFormalItemTitle |
getTitle() |
com.io7m.jaux.functional.Option<String> |
getType() |
int |
hashCode() |
<A> A |
subsectionContentAccept(SASubsectionContentVisitor<A> v)
Accept a section content visitor.
|
String |
toString() |
@Nonnull public SAFormalItemContent getContent()
public int getFormalNumber()
@Nonnull public SAFormalItemNumber getNumber()
@Nonnull public SAFormalItemTitle getTitle()
@Nonnull public com.io7m.jaux.functional.Option<String> getType()
public <A> A subsectionContentAccept(@Nonnull SASubsectionContentVisitor<A> v) throws com.io7m.jaux.Constraints.ConstraintError, Exception
SASubsectionContentsubsectionContentAccept in interface SASubsectionContentA - The type of values returned by the visitorv - The visitorcom.io7m.jaux.Constraints.ConstraintError - If the visitor raises a Constraints.ConstraintErrorException - If the visitor raises and ExceptionCopyright © 2014 <code@io7m.com> http://io7m.com