Searched refs:makeAndModel (Results 1 - 1 of 1) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/javax/print/attribute/standard/
H A DPrinterMakeAndModel.java56 * @param makeAndModel printer make and model string
60 * @throws NullPointerException if {@code makeAndModel} is {@code null}
62 public PrinterMakeAndModel(String makeAndModel, Locale locale) { argument
63 super (makeAndModel, locale);

Completed in 40 milliseconds