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

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

Uses of IppChoiceGroup.Type in pl.mbdev.openstage
 

Fields in pl.mbdev.openstage declared as IppChoiceGroup.Type
private  IppChoiceGroup.Type IppChoiceGroup.type
          Type of the choice group, value from IppChoiceGroup.Type.
 

Methods in pl.mbdev.openstage that return IppChoiceGroup.Type
static IppChoiceGroup.Type IppChoiceGroup.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IppChoiceGroup.Type[] IppChoiceGroup.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 IppChoiceGroup.Type
IppChoiceGroup(java.lang.String label, IppChoiceGroup.Type type)
           
IppChoiceGroup(java.lang.String label, IppChoiceGroup.Type type, Option[] options)