Library | Package Java Toolkit

Class ParamType

package com.ptc.pfc.pfcSession;

public class ParamType
  implements jxenum



Description

Enumeration of parameters types that is used to specify which parameters to display.
See Also:
Session.UIDisplayFeatureParams(Selection, ParamType)



Field Summary
static final int_USER_PARAM
    Integer value of enum value "USER_PARAM"
    Displays user parameters.
static final ParamTypeUSER_PARAM
    Object value of enum value "USER_PARAM"
    Displays user parameters.
static final int_DIM_PARAM
    Integer value of enum value "DIM_PARAM"
    Displays dimension parameters.
static final ParamTypeDIM_PARAM
    Object value of enum value "DIM_PARAM"
    Displays dimension parameters.
static final int_PATTERN_PARAM
    Integer value of enum value "PATTERN_PARAM"
    Displays pattern parameters.
static final ParamTypePATTERN_PARAM
    Object value of enum value "PATTERN_PARAM"
    Displays pattern parameters.
static final int_DIMTOL_PARAM
    Integer value of enum value "DIMTOL_PARAM"
    Displays dimension tolerance parameters.
static final ParamTypeDIMTOL_PARAM
    Object value of enum value "DIMTOL_PARAM"
    Displays dimension tolerance parameters.
static final int_REFDIM_PARAM
    Integer value of enum value "REFDIM_PARAM"
    Displays reference dimension parameters.
static final ParamTypeREFDIM_PARAM
    Object value of enum value "REFDIM_PARAM"
    Displays reference dimension parameters.
static final int_ALL_PARAMS
    Integer value of enum value "ALL_PARAMS"
    Displays all parameters.
static final ParamTypeALL_PARAMS
    Object value of enum value "ALL_PARAMS"
    Displays all parameters.
static final int_GTOL_PARAM
    Integer value of enum value "GTOL_PARAM"
    Displays geometric tolerance parameters.
static final ParamTypeGTOL_PARAM
    Object value of enum value "GTOL_PARAM"
    Displays geometric tolerance parameters.
static final int_SURFFIN_PARAM
    Integer value of enum value "SURFFIN_PARAM"
    Displays surface finish parameters.
static final ParamTypeSURFFIN_PARAM
    Object value of enum value "SURFFIN_PARAM"
    Displays surface finish parameters.
static final int_ParamType_null
    Enum null value.

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


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


FromInt

static ParamTypeFromInt (Integer value)


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