API Documentation > Classes > Class PDFParameterMode
Class PDFParameterMode

package com.ptc.pfc.pfcExport;

public class
PDFParameterMode
implements
jxenum


Description
This enumerated type contains possible parameter modes.
User Guide References:
Field Summary
static final int
_PDF_PARAMS_ALL
Integer value of enum value "PDF_PARAMS_ALL"
static final PDFParameterMode
PDF_PARAMS_ALL
Object value of enum value "PDF_PARAMS_ALL"
static final int
_PDF_PARAMS_DESIGNATED
Integer value of enum value "PDF_PARAMS_DESIGNATED"
static final PDFParameterMode
PDF_PARAMS_DESIGNATED
Object value of enum value "PDF_PARAMS_DESIGNATED"
static final int
_PDF_PARAMS_NONE
Integer value of enum value "PDF_PARAMS_NONE"
static final PDFParameterMode
PDF_PARAMS_NONE
Object value of enum value "PDF_PARAMS_NONE"
static final int
_PDFParameterMode_null
Enum null value.
Method Summary
FromInt (int value)
Creates enum object from an integer.
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?