19 package org.turro.visual;
21 import java.util.HashSet;
22 import org.turro.string.Strings;
23 import org.turro.dossier.entity.IDossierParticipant;
24 import org.turro.dossier.entity.IssueParticipant;
25 import org.turro.i18n.I_;
36 HashSet<String>
set =
new HashSet<>();
37 set.addAll(getAttributeStringRoles(dp));
46 HashSet<String>
set =
new HashSet<>();
47 for(String label : getAttributeStringRoles(dp)) {
48 set.add(
I_.
get(label));
58 HashSet<String>
set =
new HashSet<>();
63 set.add(
"Beneficiary");
66 set.add(
"Consortium");
69 set.add(
"Coordinator");
92 HashSet<String>
set =
new HashSet<>();
IssueParticipantRole getRole()
static String byKey(String key)
static String get(String msg)
static HashSet< String > getStringRoles(IDossierParticipant dp)
static HashSet< String > getRoleLabels(IDossierParticipant dp)
static HashSet< String > getStringRoles(IssueParticipant ip)
String getDiscriminator()
ParticipantRole getRole()