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

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

Uses of IppHidden.Type in pl.mbdev.openstage
 

Fields in pl.mbdev.openstage declared as IppHidden.Type
private  IppHidden.Type IppHidden.type
          Value from IppHidden.Type.
 

Methods in pl.mbdev.openstage that return IppHidden.Type
static IppHidden.Type IppHidden.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static IppHidden.Type[] IppHidden.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 IppHidden.Type
IppHidden(IppHidden.Type type)
          Creates hidden field with default 'Key' and 'Value', for type PHONENUMBER or IPADDRESS.
IppHidden(IppHidden.Type type, java.lang.String key)
          Constructs new hidden field without custom value, but with custom key for phone number or ip address.
IppHidden(IppHidden.Type type, java.lang.String key, java.lang.String value)
          Constructs fully customisable hidden field.