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

src.com.ibm.as400.access.NPConstants Maven / Gradle / Ivy

The newest version!
///////////////////////////////////////////////////////////////////////////////
//                                                                             
// JTOpen (IBM Toolbox for Java - OSS version)                              
//                                                                             
// Filename: NPConstants.java
//                                                                             
// The source code contained herein is licensed under the IBM Public License   
// Version 1.0, which has been approved by the Open Source Initiative.         
// Copyright (C) 1997-2000 International Business Machines Corporation and     
// others. All rights reserved.                                                
//                                                                             
///////////////////////////////////////////////////////////////////////////////

package com.ibm.as400.access;

class NPConstants
{
  private static final String copyright = "Copyright (C) 1997-2000 International Business Machines Corporation and others.";


    // Network Print Server "objects".
    static final int SPOOLED_FILE = 0x0001;
    static final int WRITER_JOB = 0x0002;
    static final int PRINTER_DEVICE = 0x0003;
    static final int OUTPUT_QUEUE = 0x0004;
    static final int PRINTER_FILE = 0x0005;
    static final int LIBRARY = 0x0006;
    static final int RESOURCE = 0x0007;
    static final int NP_SERVER = 0x0008;

}  // end of NPDataStream class




© 2015 - 2024 Weber Informatics LLC | Privacy Policy