Uses of Class
pl.mbdev.openstage.IppAlert.Type

Packages that use IppAlert.Type
pl.mbdev.openstage This package contains definitions of UI (user interface) objects recognised by OpenStage VoIP phones. 
 

Uses of IppAlert.Type in pl.mbdev.openstage
 

Fields in pl.mbdev.openstage declared as IppAlert.Type
private  IppAlert.Type IppAlert.type
          Type of alert, value from IppAlert.Type.
 

Methods in pl.mbdev.openstage that return IppAlert.Type
static IppAlert.Type IppAlert.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IppAlert.Type[] IppAlert.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in pl.mbdev.openstage with parameters of type IppAlert.Type
IppAlert(java.lang.String title, java.lang.String url, java.lang.String text, IppPhoneNumber phoneNumber, Image image, IppAlert.Type type, java.lang.Integer delay)
          Constructs IppAlert with all options available to set.