Searched defs:JobName (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DJobName.java35 * Class JobName is a printing attribute class, a text attribute, that specifies
38 * JobName attribute is set to the value supplied by the client in the Print
39 * Request's attribute set. If, however, the client does not supply a JobName
41 * must generate a JobName. The printer should generate the value of the Print
42 * Job's JobName attribute from the first of the following sources that produces
55 public final class JobName extends TextSyntax class in inherits:TextSyntax,PrintRequestAttribute,PrintJobAttribute
71 public JobName(String jobName, Locale locale) { method in class:JobName
82 * <CODE>object</CODE> is an instance of class JobName.
97 return (super.equals(object) && object instanceof JobName);
104 * For class JobName, th
[all...]

Completed in 21 milliseconds