Lines Matching refs:String
28 private final String DEFAULT = "default";
29 private final String HML = "hml";
43 public String hapName = "";
48 public String name = "";
52 public String type = "";
57 public String srcEntrance = "";
62 public String description = "";
67 public String process = "";
72 public String mainElement = "";
77 public List<String> deviceTypes = new ArrayList<String>();
92 public String virtualMachine = DEFAULT;
97 public String uiSyntax = HML;
102 public List<String> pages = new ArrayList<String>();
157 private HashMap<String, String> descriptions = new HashMap<>();
159 public void setDescriptions(HashMap<String, String> descriptions) { in setDescriptions() argument
163 public HashMap<String, String> getDescriptions() { in getDescriptions()