public class FromTo extends Object
| Modifier and Type | Method and Description |
|---|---|
int |
getFromColumnIndex() |
int |
getToColumnIndex() |
static FromTo |
makeFromTo(int from,
int to) |
static FromTo |
makePlaceHolder(int from,
int to) |
boolean |
shouldUseATickAsValue() |
public static FromTo makePlaceHolder(int from, int to)
public static FromTo makeFromTo(int from, int to)
public int getFromColumnIndex()
public int getToColumnIndex()
public boolean shouldUseATickAsValue()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.