Uses of Class
com.pkrete.jsip2.variables.AlertType

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.
 



Copyright © 2012-2014. All Rights Reserved.