JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.almworks.jira.structure.api.generator
Interface StructurePosition
@PublicApi
public interface
StructurePosition
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
StructureRow
getAfter
()
StructureRow
getBefore
()
StructureRow
getUnder
()
Method Details
getUnder
@NotNull
StructureRow
getUnder
()
getAfter
@NotNull
StructureRow
getAfter
()
getBefore
@NotNull
StructureRow
getBefore
()