Library | Package Java Toolkit

Class QuickPrintLayoutType

package com.ptc.wfc.wfcQuickPrint;

public class QuickPrintLayoutType
  implements jxenum



Description

 



Field Summary
static final int_QPRINT_LAYOUT_PROJ
    Integer value of enum value "QPRINT_LAYOUT_PROJ"
    
static final QuickPrintLayoutTypeQPRINT_LAYOUT_PROJ
    Object value of enum value "QPRINT_LAYOUT_PROJ"
    
static final int_QPRINT_LAYOUT_MANUAL
    Integer value of enum value "QPRINT_LAYOUT_MANUAL"
    
static final QuickPrintLayoutTypeQPRINT_LAYOUT_MANUAL
    Object value of enum value "QPRINT_LAYOUT_MANUAL"
    
static final int_QPRINT_LAYOUT_TEMPLATE
    Integer value of enum value "QPRINT_LAYOUT_TEMPLATE"
    
static final QuickPrintLayoutTypeQPRINT_LAYOUT_TEMPLATE
    Object value of enum value "QPRINT_LAYOUT_TEMPLATE"
    
static final int_QuickPrintLayoutType_null
    Enum null value.

Method Summary
static QuickPrintLayoutTypeFromInt (int value)
    Creates enum object from an integer.
static QuickPrintLayoutTypeFromInt (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 QuickPrintLayoutTypeFromInt (int value)


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


FromInt

static QuickPrintLayoutTypeFromInt (Integer value)


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