public class WindowElement extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
WindowElement.Type |
Constructor and Description |
---|
WindowElement() |
Modifier and Type | Method and 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) |
public WindowElement.Type getType()
public void setType(WindowElement.Type type)
public WindowOffset getOffset()
public void setOffset(WindowOffset offset)
public WindowRange getRange()
public void setRange(WindowRange range)
public WindowElement withType(WindowElement.Type type)
public WindowElement withOffset(WindowOffset offset)
public WindowElement withRange(WindowRange range)
Copyright © 2004–2024 JSQLParser. All rights reserved.