|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.lib.ejb21.sql.EjbqlLimiterRange
public class EjbqlLimiterRange
Limiter range representation that may be a literal integer or a parameter
| Field Summary | |
|---|---|
static int |
KIND_LITERAL
Literal integer kind |
static int |
KIND_NONE
None kind |
static int |
KIND_PARAMETER
Parameter kind |
| Constructor Summary | |
|---|---|
EjbqlLimiterRange(int kind,
int value)
Constructs an EjbqlLimitRange |
|
| Method Summary | |
|---|---|
int |
getKind()
|
int |
getValue()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int KIND_NONE
public static final int KIND_LITERAL
public static final int KIND_PARAMETER
| Constructor Detail |
|---|
public EjbqlLimiterRange(int kind,
int value)
kind - kind of limiter rangevalue - value of limiter range (value of literal or number of parameter)| Method Detail |
|---|
public int getKind()
public int getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||