Library | Package Java Toolkit

Class PlotPageRange

package com.ptc.pfc.pfcModel;

public class PlotPageRange
  implements jxenum



Description

This enumerated type specifies which pages to plot.



Field Summary
static final int_PLOT_RANGE_ALL
    Integer value of enum value "PLOT_RANGE_ALL"
    Plot all the pages.
static final PlotPageRangePLOT_RANGE_ALL
    Object value of enum value "PLOT_RANGE_ALL"
    Plot all the pages.
static final int_PLOT_RANGE_CURRENT
    Integer value of enum value "PLOT_RANGE_CURRENT"
    Plot the current page.
static final PlotPageRangePLOT_RANGE_CURRENT
    Object value of enum value "PLOT_RANGE_CURRENT"
    Plot the current page.
static final int_PLOT_RANGE_OF_PAGES
    Integer value of enum value "PLOT_RANGE_OF_PAGES"
    Plot a range of pages.
static final PlotPageRangePLOT_RANGE_OF_PAGES
    Object value of enum value "PLOT_RANGE_OF_PAGES"
    Plot a range of pages.
static final int_PlotPageRange_null
    Enum null value.

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


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


FromInt

static PlotPageRangeFromInt (Integer value)


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