All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hp.jipp.model.IppFeaturesSupported 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 2019-05-28
//
// (Note: Uses Java, not Kotlin, to define public static values in the most efficient manner.)

package com.hp.jipp.model;

/**
 * Values applicable for "ipp-features-supported" keywords.
 *
 * @see APPLE-ICC
 * @see PWG5100.13
 * @see PWG5100.14
 * @see PWG5100.15
 * @see PWG5100.17
 * @see PWG5100.18
 * @see PWG5100.21
 */
public class IppFeaturesSupported {
    public static final String documentObject = "document-object";
    public static final String faxout = "faxout";
    public static final String iccColorMatching = "icc-color-matching";
    public static final String infrastructurePrinter = "infrastructure-printer";
    public static final String ipp3d = "ipp-3d";
    public static final String ippEverywhere = "ipp-everywhere";
    public static final String jobSave = "job-save";
    public static final String none = "none";
    public static final String pageOverrides = "page-overrides";
    public static final String proofPrint = "proof-print";
    public static final String scan = "scan";
    public static final String subscriptionObject = "subscription-object";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy