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

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DJobKOctetsSupported.java32 * Class JobKOctetsSupported is a printing attribute class, a set of integers,
39 * <B>IPP Compatibility:</B> The JobKOctetsSupported attribute's canonical array
49 public final class JobKOctetsSupported extends SetOfIntegerSyntax class in inherits:SetOfIntegerSyntax,SupportedValuesAttribute
67 public JobKOctetsSupported(int lowerBound, int upperBound) { method in class:JobKOctetsSupported
85 * <CODE>object</CODE> is an instance of class JobKOctetsSupported.
98 object instanceof JobKOctetsSupported);
105 * For class JobKOctetsSupported, the category is class
106 * JobKOctetsSupported itself.
112 return JobKOctetsSupported.class;
119 * For class JobKOctetsSupported, th
[all...]

Completed in 28 milliseconds