Library | Package Java Toolkit

Class QuickPrintGeneralViewLocation

package com.ptc.wfc.wfcQuickPrint;

public class QuickPrintGeneralViewLocation
  implements jxenum



Description

 



Field Summary
static final int_QPRINT_PROJ_GENVIEW_MAIN
    Integer value of enum value "QPRINT_PROJ_GENVIEW_MAIN"
    
static final QuickPrintGeneralViewLocationQPRINT_PROJ_GENVIEW_MAIN
    Object value of enum value "QPRINT_PROJ_GENVIEW_MAIN"
    
static final int_QPRINT_PROJ_GENVIEW_NW
    Integer value of enum value "QPRINT_PROJ_GENVIEW_NW"
    
static final QuickPrintGeneralViewLocationQPRINT_PROJ_GENVIEW_NW
    Object value of enum value "QPRINT_PROJ_GENVIEW_NW"
    
static final int_QPRINT_PROJ_GENVIEW_SW
    Integer value of enum value "QPRINT_PROJ_GENVIEW_SW"
    
static final QuickPrintGeneralViewLocationQPRINT_PROJ_GENVIEW_SW
    Object value of enum value "QPRINT_PROJ_GENVIEW_SW"
    
static final int_QPRINT_PROJ_GENVIEW_SE
    Integer value of enum value "QPRINT_PROJ_GENVIEW_SE"
    
static final QuickPrintGeneralViewLocationQPRINT_PROJ_GENVIEW_SE
    Object value of enum value "QPRINT_PROJ_GENVIEW_SE"
    
static final int_QPRINT_PROJ_GENVIEW_NE
    Integer value of enum value "QPRINT_PROJ_GENVIEW_NE"
    
static final QuickPrintGeneralViewLocationQPRINT_PROJ_GENVIEW_NE
    Object value of enum value "QPRINT_PROJ_GENVIEW_NE"
    
static final int_QuickPrintGeneralViewLocation_null
    Enum null value.

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


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


FromInt

static QuickPrintGeneralViewLocationFromInt (Integer value)


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