com.hp.jipp.model.IppVersionsSupported 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 2023-03-07
//
// (Note: Uses Java, not Kotlin, to define public static values in the most efficient manner.)
package com.hp.jipp.model;
/**
* Values applicable for "ipp-versions-supported" keywords.
*
* @see PWG5100.10
* @see PWG5100.12
* @see RFC8011
*/
public class IppVersionsSupported {
public static final String num1p0 = "1.0";
public static final String num1p1 = "1.1";
public static final String num2p0 = "2.0";
public static final String num2p1 = "2.1";
public static final String num2p2 = "2.2";
}