com.hp.jipp.model.SheetCollate Maven / Gradle / Ivy
// Copyright 2018 HP Development Company, L.P.
// SPDX-License-Identifier: MIT
//
// DO NOT MODIFY. Code is auto-generated by genTypes.py. Content taken from registry at
// https://www.iana.org/assignments/ipp-registrations/ipp-registrations.xml, updated on 2018-09-17
//
// (Note: Uses Java, not Kotlin, to define public static values in the most efficient manner.)
package com.hp.jipp.model;
/**
* Values applicable for "sheet-collate" keywords.
*
* Also used by: "sheet-collate-default", "sheet-collate-supported".
*
* @see APPLE20150505-1
* @see RFC3381
*/
public class SheetCollate {
public static final String collated = "collated";
public static final String uncollated = "uncollated";
}