Library | Package Java Toolkit

Class PrintSaveMethod

package com.ptc.pfc.pfcExport;

public class PrintSaveMethod
  implements jxenum



Description

This enumerated type contains possible print options.





Field Summary
static final int_PRINT_SAVE_NULL
    Integer value of enum value "PRINT_SAVE_NULL"
    
static final PrintSaveMethodPRINT_SAVE_NULL
    Object value of enum value "PRINT_SAVE_NULL"
    
static final int_PRINT_SAVE_SINGLE_FILE
    Integer value of enum value "PRINT_SAVE_SINGLE_FILE"
    
static final PrintSaveMethodPRINT_SAVE_SINGLE_FILE
    Object value of enum value "PRINT_SAVE_SINGLE_FILE"
    
static final int_PRINT_SAVE_MULTIPLE_FILE
    Integer value of enum value "PRINT_SAVE_MULTIPLE_FILE"
    
static final PrintSaveMethodPRINT_SAVE_MULTIPLE_FILE
    Object value of enum value "PRINT_SAVE_MULTIPLE_FILE"
    
static final int_PRINT_SAVE_APPEND_TO_FILE
    Integer value of enum value "PRINT_SAVE_APPEND_TO_FILE"
    
static final PrintSaveMethodPRINT_SAVE_APPEND_TO_FILE
    Object value of enum value "PRINT_SAVE_APPEND_TO_FILE"
    
static final int_PrintSaveMethod_null
    Enum null value.

Method Summary
static PrintSaveMethodFromInt (int value)
    Creates enum object from an integer.
static PrintSaveMethodFromInt (Integer value)
    Creates enum object from an integer object.
intgetValue ()
    Returns enum object value as an integer.

Method Detail

getValue

intgetValue ()


    Returns enum object value as an integer.
Returns:
Integer enum value.


FromInt

static PrintSaveMethodFromInt (int value)


    Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.


FromInt

static PrintSaveMethodFromInt (Integer value)


    Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.