|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjet.api.SpecGroupInfo
public class SpecGroupInfo
A infomation package of Specified group description
| Constructor Summary | |
|---|---|
SpecGroupInfo(SpecifiedDes[] specifiedDes,
boolean includeOther,
java.lang.String othersName)
Constructor. |
|
SpecGroupInfo(SpecifiedDes specifiedDes,
boolean includeOther,
java.lang.String othersName)
Constructor. |
|
| Method Summary | |
|---|---|
void |
add(SpecifiedDes specifiedDes)
add a SpecifiedDes into this SpecGroup |
boolean |
getIncludeOther()
get includeOther value |
java.lang.String |
getOthersName()
get name of "others" |
SpecifiedDes[] |
getSpecifiedDes()
get all SpecifiedDes values |
void |
setIncludeOther(boolean includeOther)
set includeOther value |
void |
setOthersName(java.lang.String othersName)
set name of "others" |
void |
setSpecifiedDes(SpecifiedDes[] info)
set all SpecifiedDes values of this SpecGroup |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SpecGroupInfo(SpecifiedDes specifiedDes,
boolean includeOther,
java.lang.String othersName)
specifiedDes - Specified group description .includeOther - indicate include other value which are out of Specified group range .othersName - the name of others .
public SpecGroupInfo(SpecifiedDes[] specifiedDes,
boolean includeOther,
java.lang.String othersName)
specifiedDes[] - Specified group description array.includeOther - indicate include other value which are out of Specified group range .othersName - the name of others .| Method Detail |
|---|
public boolean getIncludeOther()
public void setIncludeOther(boolean includeOther)
includeOther - include Other valuepublic java.lang.String getOthersName()
public void setOthersName(java.lang.String othersName)
othersName - others Name valuepublic SpecifiedDes[] getSpecifiedDes()
public void setSpecifiedDes(SpecifiedDes[] info)
info - SpecifiedDes arraypublic void add(SpecifiedDes specifiedDes)
specifiedDes - SpecifiedDes infomationpublic 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 | ||||||||