public class TableSpecifieldOption extends Object
SPECIFIEDORDER.| Constructor and Description |
|---|
TableSpecifieldOption(String otherName)
Constructor.
|
TableSpecifieldOption(String otherName,
Vector specifieldDescs)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
clone()
Create a copy of TableSpecifieldOption.
|
String |
getOtherName()
Gets group name of "Others Group".
|
Vector |
getSpecifieldDescs()
Gets group conditions of user defined grouping criteria.
|
void |
setOtherName(String otherName)
Sets group name of "Others Group".
|
void |
setSpecifieldDescs(Vector specifieldDescs)
Sets group conditions of user defined grouping criteria.
|
public TableSpecifieldOption(String otherName)
otherName - User defined name for "Others Group". It means keeping values out of the range defined by SpecifieldDes..public TableSpecifieldOption(String otherName, 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.#SpecifieldDespublic void setOtherName(String otherName)
otherName - User defined name for "Others Group". It means keeping values out of the range defined by SpecifieldDes..public String getOtherName()
public void setSpecifieldDescs(Vector specifieldDescs)
SpecifieldDes.specifieldDescs - A set of group conditions of user defined grouping criteria. Each element of this list is a SpecifieldDes.#SpecifieldDespublic Vector getSpecifieldDescs()
SpecifieldDes.public Object clone()
clone in class ObjectObject.clone()© insightsoftware. All rights reserved.