- java.lang.Object
-
- net.sf.jsqlparser.expression.WindowElement
-
- All Implemented Interfaces:
Serializable
public class WindowElement extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WindowElement.Type
-
Constructor Summary
Constructors Constructor Description WindowElement()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description WindowOffset
getOffset()
WindowRange
getRange()
WindowElement.Type
getType()
void
setOffset(WindowOffset offset)
void
setRange(WindowRange range)
void
setType(WindowElement.Type type)
String
toString()
WindowElement
withOffset(WindowOffset offset)
WindowElement
withRange(WindowRange range)
WindowElement
withType(WindowElement.Type type)
-
-
-
Method Detail
-
getType
public WindowElement.Type getType()
-
setType
public void setType(WindowElement.Type type)
-
getOffset
public WindowOffset getOffset()
-
setOffset
public void setOffset(WindowOffset offset)
-
getRange
public WindowRange getRange()
-
setRange
public void setRange(WindowRange range)
-
withType
public WindowElement withType(WindowElement.Type type)
-
withOffset
public WindowElement withOffset(WindowOffset offset)
-
withRange
public WindowElement withRange(WindowRange range)
-
-