BrightSide Workbench Full Report + Source Code
org.turro.dossier.task.SubtaskTypeSelection Class Reference
Inheritance diagram for org.turro.dossier.task.SubtaskTypeSelection:
Collaboration diagram for org.turro.dossier.task.SubtaskTypeSelection:

Public Member Functions

 SubtaskTypeSelection ()
 
IssuePredecessorType getValue ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 31 of file SubtaskTypeSelection.java.

Constructor & Destructor Documentation

◆ SubtaskTypeSelection()

org.turro.dossier.task.SubtaskTypeSelection.SubtaskTypeSelection ( )

Definition at line 35 of file SubtaskTypeSelection.java.

35  {
36  initComponent();
37  }

Member Function Documentation

◆ getValue()

IssuePredecessorType org.turro.dossier.task.SubtaskTypeSelection.getValue ( )

Definition at line 39 of file SubtaskTypeSelection.java.

39  {
40  return type.getSelectedItem().getValue();
41  }

The documentation for this class was generated from the following file: