Lines Matching refs:String
28 public String name = "";
33 public String grantMode = "";
38 public String availableLevel = "";
53 public String label = "";
58 public String description = "";
60 private HashMap<String, String> descriptions = new HashMap<>();
62 private HashMap<String, String> labels = new HashMap<>();
64 public HashMap<String, String> getDescriptions() { in getDescriptions()
68 public void setDescriptions(HashMap<String, String> descriptions) { in setDescriptions() argument
72 public HashMap<String, String> getLabels() { in getLabels()
76 public void setLabels(HashMap<String, String> labels) { in setLabels() argument