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