Uses of Class
com.ibm.pdp.maf.rpp.pac.dialog.DialogTypeValues

Packages that use DialogTypeValues
com.ibm.pdp.maf.rpp.pac.dialog This package describes the com.ibm.pdp.maf.rpp.pac.dialog, see the description for an UML overview. 
 

Uses of DialogTypeValues in com.ibm.pdp.maf.rpp.pac.dialog
 

Methods in com.ibm.pdp.maf.rpp.pac.dialog that return DialogTypeValues
 DialogTypeValues AbstractDialog.getDialogType()
          In this field, you can see if the Dialog or Screen type is a standard online type or a TUI type.
static DialogTypeValues DialogTypeValues.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static DialogTypeValues[] DialogTypeValues.values()
          Returns an array containing the constants of this enum type, in the order they are declared.