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

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

Uses of IppAction.Type in pl.mbdev.openstage
 

Fields in pl.mbdev.openstage declared as IppAction.Type
private  IppAction.Type IppAction.type
          Stores the type of this action.
 

Methods in pl.mbdev.openstage that return IppAction.Type
static IppAction.Type IppAction.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IppAction.Type[] IppAction.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 IppAction.Type
IppAction(IppAction.Type type)
          Creates an action of a given type, without any phone number associated with it.
IppAction(IppAction.Type type, java.lang.String phoneNumber)
          Creates IppAction with all parameters available to setup.