Library | Package Java Toolkit

Class QuickPrintManual3View

package com.ptc.wfc.wfcQuickPrint;

public class QuickPrintManual3View
  implements jxenum



Description

 



Field Summary
static final int_QPRINTMANUAL_3VIEW_1_23VERT
    Integer value of enum value "QPRINTMANUAL_3VIEW_1_23VERT"
    
static final QuickPrintManual3ViewQPRINTMANUAL_3VIEW_1_23VERT
    Object value of enum value "QPRINTMANUAL_3VIEW_1_23VERT"
    
static final int_QPRINTMANUAL_3VIEW_23_VERT1
    Integer value of enum value "QPRINTMANUAL_3VIEW_23_VERT1"
    
static final QuickPrintManual3ViewQPRINTMANUAL_3VIEW_23_VERT1
    Object value of enum value "QPRINTMANUAL_3VIEW_23_VERT1"
    
static final int_QPRINTMANUAL_3VIEW_123_HORIZ
    Integer value of enum value "QPRINTMANUAL_3VIEW_123_HORIZ"
    
static final QuickPrintManual3ViewQPRINTMANUAL_3VIEW_123_HORIZ
    Object value of enum value "QPRINTMANUAL_3VIEW_123_HORIZ"
    
static final int_QuickPrintManual3View_null
    Enum null value.

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


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


FromInt

static QuickPrintManual3ViewFromInt (Integer value)


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