public class SubSection extends Object
SectionLifecycle
s. Useful for
verifying the existence of sub-sections that are part of a group.Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Section |
getSection() |
Class<? extends SectionLifecycle> |
getSectionType() |
int |
hashCode() |
static SubSection |
of(Class<? extends SectionLifecycle> sectionType) |
static SubSection |
of(Section section) |
String |
toString() |
public static SubSection of(Class<? extends SectionLifecycle> sectionType)
public static SubSection of(Section section)
public Section getSection()
public Class<? extends SectionLifecycle> getSectionType()