|
SMSLib 3.5.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.smslib.Group
public class Group
The Group class represent a group of destination numbers.
Constructor Summary | |
---|---|
Group(java.lang.String myGroupName)
|
Method Summary | |
---|---|
void |
addNumber(java.lang.String number)
Adds a number to the group. |
void |
clear()
Removes all numbers from the group (clears the group). |
java.lang.String |
getName()
Returns the group name. |
java.util.Collection<java.lang.String> |
getNumbers()
Returns the numbers associated with the group. |
boolean |
removeNumber(java.lang.String number)
Removes a number from the group. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Group(java.lang.String myGroupName)
Method Detail |
---|
public java.lang.String getName()
public java.util.Collection<java.lang.String> getNumbers()
public void addNumber(java.lang.String number)
number
- The number to add to the group.public boolean removeNumber(java.lang.String number)
number
- The number to be removed from the group.
public void clear()
|
SMSLib 3.5.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |