Skip to content
Snippets Groups Projects
Commit 0df896f3 authored by Ludovic Apvrille's avatar Ludovic Apvrille
Browse files

Adding requirement type

parent 2f73eb4a
No related branches found
No related tags found
No related merge requests found
...@@ -67,7 +67,7 @@ public class JDialogRequirement extends JDialogBase implements ActionListener { ...@@ -67,7 +67,7 @@ public class JDialogRequirement extends JDialogBase implements ActionListener {
public static String[] kinds = {"Safety", "Functional", "Non-functional", "Performance", "Privacy", "Confidentiality", "Non-repudiation", public static String[] kinds = {"Safety", "Functional", "Non-functional", "Performance", "Privacy", "Confidentiality", "Non-repudiation",
"Controlled access (authorization)", "Availability", "Immunity", "Integrity", "Data origin authenticity", "Freshness", "Business", "Controlled access (authorization)", "Availability", "Immunity", "Integrity", "Data origin authenticity", "Freshness", "Business",
"Stakeholder need", "Other"}; "Stakeholder need", "Certification", "Other"};
private boolean regularClose; private boolean regularClose;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment