Library | Package Java Toolkit

Class QuickPrintProjectionViewLocation

package com.ptc.wfc.wfcQuickPrint;

public class QuickPrintProjectionViewLocation
  implements jxenum



Description

 



Field Summary
static final int_QPRINT_PROJ_TOP_VIEW
    Integer value of enum value "QPRINT_PROJ_TOP_VIEW"
    
static final QuickPrintProjectionViewLocationQPRINT_PROJ_TOP_VIEW
    Object value of enum value "QPRINT_PROJ_TOP_VIEW"
    
static final int_QPRINT_PROJ_RIGHT_VIEW
    Integer value of enum value "QPRINT_PROJ_RIGHT_VIEW"
    
static final QuickPrintProjectionViewLocationQPRINT_PROJ_RIGHT_VIEW
    Object value of enum value "QPRINT_PROJ_RIGHT_VIEW"
    
static final int_QPRINT_PROJ_LEFT_VIEW
    Integer value of enum value "QPRINT_PROJ_LEFT_VIEW"
    
static final QuickPrintProjectionViewLocationQPRINT_PROJ_LEFT_VIEW
    Object value of enum value "QPRINT_PROJ_LEFT_VIEW"
    
static final int_QPRINT_PROJ_BOTTOM_VIEW
    Integer value of enum value "QPRINT_PROJ_BOTTOM_VIEW"
    
static final QuickPrintProjectionViewLocationQPRINT_PROJ_BOTTOM_VIEW
    Object value of enum value "QPRINT_PROJ_BOTTOM_VIEW"
    
static final int_QPRINT_PROJ_BACK_NORTH
    Integer value of enum value "QPRINT_PROJ_BACK_NORTH"
    
static final QuickPrintProjectionViewLocationQPRINT_PROJ_BACK_NORTH
    Object value of enum value "QPRINT_PROJ_BACK_NORTH"
    
static final int_QPRINT_PROJ_BACK_EAST
    Integer value of enum value "QPRINT_PROJ_BACK_EAST"
    
static final QuickPrintProjectionViewLocationQPRINT_PROJ_BACK_EAST
    Object value of enum value "QPRINT_PROJ_BACK_EAST"
    
static final int_QPRINT_PROJ_BACK_SOUTH
    Integer value of enum value "QPRINT_PROJ_BACK_SOUTH"
    
static final QuickPrintProjectionViewLocationQPRINT_PROJ_BACK_SOUTH
    Object value of enum value "QPRINT_PROJ_BACK_SOUTH"
    
static final int_QPRINT_PROJ_BACK_WEST
    Integer value of enum value "QPRINT_PROJ_BACK_WEST"
    
static final QuickPrintProjectionViewLocationQPRINT_PROJ_BACK_WEST
    Object value of enum value "QPRINT_PROJ_BACK_WEST"
    
static final int_QuickPrintProjectionViewLocation_null
    Enum null value.

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


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


FromInt

static QuickPrintProjectionViewLocationFromInt (Integer value)


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