Lines Matching refs:String
30 public String name = "";
35 public String grantMode = "";
40 public String group = "";
45 public String label = "";
50 public String description = "";
55 public List<String> availableScope = new ArrayList<>();
57 private HashMap<String, String> labels = new HashMap<>();
59 private HashMap<String, String> descriptions = new HashMap<>();
61 public HashMap<String, String> getDescriptions() { in getDescriptions()
65 public void setDescriptions(HashMap<String, String> descriptions) { in setDescriptions() argument
69 public HashMap<String, String> getLabels() { in getLabels()
73 public void setLabels(HashMap<String, String> labels) { in setLabels() argument