RFR: 8314070: javax.print: Support IPP output-bin attribute extension [v9]

Alexander Scherbatiy alexsch at openjdk.org
Wed May 29 20:17:06 UTC 2024


On Wed, 29 May 2024 06:49:31 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> src/java.desktop/share/classes/javax/print/attribute/standard/OutputBin.java line 154:
>> 
>>> 152:             FACE_UP,
>>> 153:             FACE_DOWN,
>>> 154:             LARGE_CAPACITY,
>> 
>> What about this support from IPP doc?
>> 
>>> ‘tray-N’: Output bins that are best identified as ‘tray-1’, ‘tray-2’, ... rather than the descriptive names
>>> defined in the above keyword list.
>>>
>
> What about this support?

Actually it is not clear for me which maximum N should be used for these constants.
Should only `tray-1`, `tray-2`, and `tray-3` be added, or should there be constants `tray-1` ... `tray-5` or even more?

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/16166#discussion_r1619423293


More information about the client-libs-dev mailing list