|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.TableSpecifieldOption
public class TableSpecifieldOption
This class defines the User Defined group's conditions.
TableSpecifieldOption contains a set of Special Group Description(SpecifieldDes).
This definition will be used if you set the table's group to be sorted by SPECIFIEDORDER.
| Constructor Summary | |
|---|---|
TableSpecifieldOption(java.lang.String otherName)
Constructor. |
|
TableSpecifieldOption(java.lang.String otherName,
java.util.Vector specifieldDescs)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
Create a copy of TableSpecifieldOption. |
java.lang.String |
getOtherName()
Gets group name of "Others Group". |
java.util.Vector |
getSpecifieldDescs()
Gets group conditions of user defined grouping criteria. |
void |
setOtherName(java.lang.String otherName)
Sets group name of "Others Group". |
void |
setSpecifieldDescs(java.util.Vector specifieldDescs)
Sets group conditions of user defined grouping criteria. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableSpecifieldOption(java.lang.String otherName)
otherName - User defined name for "Others Group". It means keeping values out of the range defined by SpecifieldDes..
public TableSpecifieldOption(java.lang.String otherName,
java.util.Vector specifieldDescs)
otherName - User defined name for "Others Group". It means keeping values out of the range defined by SpecifieldDes.specifieldDescs - A set of group conditions of user defined grouping criteria. Each element of this list is a SpecifieldDes.#SpecifieldDes| Method Detail |
|---|
public void setOtherName(java.lang.String otherName)
otherName - User defined name for "Others Group". It means keeping values out of the range defined by SpecifieldDes..public java.lang.String getOtherName()
public void setSpecifieldDescs(java.util.Vector specifieldDescs)
SpecifieldDes.
specifieldDescs - A set of group conditions of user defined grouping criteria. Each element of this list is a SpecifieldDes.#SpecifieldDespublic java.util.Vector getSpecifieldDescs()
SpecifieldDes.public java.lang.Object clone()
clone in class java.lang.ObjectObject.clone()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||