Library | Package Java Toolkit

Class ProductViewFormat

package com.ptc.pfc.pfcExport;

public class ProductViewFormat
  implements jxenum



Description

 



Field Summary
static final int_PV_FORMAT_PVS
    Integer value of enum value "PV_FORMAT_PVS"
     
static final ProductViewFormatPV_FORMAT_PVS
    Object value of enum value "PV_FORMAT_PVS"
     
static final int_PV_FORMAT_ED
    Integer value of enum value "PV_FORMAT_ED"
     
static final ProductViewFormatPV_FORMAT_ED
    Object value of enum value "PV_FORMAT_ED"
     
static final int_PV_FORMAT_EDZ
    Integer value of enum value "PV_FORMAT_EDZ"
     
static final ProductViewFormatPV_FORMAT_EDZ
    Object value of enum value "PV_FORMAT_EDZ"
     
static final int_PV_FORMAT_PVZ
    Integer value of enum value "PV_FORMAT_PVZ"
     
static final ProductViewFormatPV_FORMAT_PVZ
    Object value of enum value "PV_FORMAT_PVZ"
     
static final int_ProductViewFormat_null
    Enum null value.

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


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


FromInt

static ProductViewFormatFromInt (Integer value)


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