|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.SpecifiedDes
public class SpecifiedDes
A infomation package of Specified group description
| Field Summary | |
|---|---|
static int |
BETWEEN
Operator "Between" |
static int |
EQUAL
Operator "Equal" |
static int |
GREATER
Operator "Greater" |
static int |
LESS
Operator "Less" |
static int |
NOT_BETWEEN
Operator "Between" |
static int |
NOT_EQUAL
Operator "Equal" |
static int |
NOT_GREATER
Operator "Greater" |
static int |
NOT_LESS
Operator "Less" |
| Constructor Summary | |
|---|---|
SpecifiedDes(java.lang.String groupName,
int operator,
java.lang.String operand1,
java.lang.String operand2)
Constructor. |
|
SpecifiedDes(java.lang.String groupName,
int operator,
java.util.Vector operands)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getGroupName()
get group name of this Specified Description |
java.lang.String |
getOperand(int index)
get Operand name of this Specified Description |
java.util.Vector |
getOperands()
|
int |
getOperator()
get Operator of this Specified Description |
void |
setOperands(java.util.Vector operands)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int BETWEEN
public static final int GREATER
public static final int LESS
public static final int EQUAL
public static final int NOT_BETWEEN
public static final int NOT_GREATER
public static final int NOT_LESS
public static final int NOT_EQUAL
| Constructor Detail |
|---|
public SpecifiedDes(java.lang.String groupName,
int operator,
java.lang.String operand1,
java.lang.String operand2)
groupName - the name of the Specified group.operator - the operator to filter date in this group.operand1 - the first operand.operand2 - the second operand if the operator need two oprands.
public SpecifiedDes(java.lang.String groupName,
int operator,
java.util.Vector operands)
| Method Detail |
|---|
public void setOperands(java.util.Vector operands)
public java.util.Vector getOperands()
public java.lang.String getGroupName()
public int getOperator()
public java.lang.String getOperand(int index)
index - the index of operand , the index start with 1, end with 2.
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||