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

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DCopiesSupported.java32 * Class CopiesSupported is a printing attribute class, a set of integers, that
37 * <B>IPP Compatibility:</B> The CopiesSupported attribute's canonical array
47 public final class CopiesSupported extends SetOfIntegerSyntax class in inherits:SetOfIntegerSyntax,SupportedValuesAttribute
61 public CopiesSupported(int member) { method in class:CopiesSupported
81 public CopiesSupported(int lowerBound, int upperBound) { method in class:CopiesSupported
99 * <CODE>object</CODE> is an instance of class CopiesSupported.
111 return super.equals (object) && object instanceof CopiesSupported;
118 * For class CopiesSupported, the category
119 * is class CopiesSupported itself.
125 return CopiesSupported
[all...]

Completed in 31 milliseconds