|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AlertType | |
|---|---|
| com.pkrete.jsip2.messages.responses | |
| com.pkrete.jsip2.variables | |
| Uses of AlertType in com.pkrete.jsip2.messages.responses |
|---|
| Methods in com.pkrete.jsip2.messages.responses that return AlertType | |
|---|---|
AlertType |
SIP2CheckinResponse.getAlertType()
Return the type of the alert. |
| Methods in com.pkrete.jsip2.messages.responses with parameters of type AlertType | |
|---|---|
void |
SIP2CheckinResponse.setAlertType(AlertType alertType)
Sets the type of the alert. |
| Uses of AlertType in com.pkrete.jsip2.variables |
|---|
| Methods in com.pkrete.jsip2.variables that return AlertType | |
|---|---|
AlertType |
AlertTypeFactory.getAlertType(String code)
Returns the alert type that matches the given code. |
static AlertType |
AlertType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AlertType[] |
AlertType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||