Library | Package Java Toolkit

Class DimDisplayMode

package com.ptc.pfc.pfcBase;

public class DimDisplayMode
  implements jxenum



Description

This type contains the options for showing dimensions.



Field Summary
static final int_DIM_DISPLAY_NUMERIC
    Integer value of enum value "DIM_DISPLAY_NUMERIC"
    Show dimensions as numeric.
static final DimDisplayModeDIM_DISPLAY_NUMERIC
    Object value of enum value "DIM_DISPLAY_NUMERIC"
    Show dimensions as numeric.
static final int_DIM_DISPLAY_SYMBOLIC
    Integer value of enum value "DIM_DISPLAY_SYMBOLIC"
    Show dimensions as symbolic ("d0").
static final DimDisplayModeDIM_DISPLAY_SYMBOLIC
    Object value of enum value "DIM_DISPLAY_SYMBOLIC"
    Show dimensions as symbolic ("d0").
static final int_DimDisplayMode_null
    Enum null value.

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


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


FromInt

static DimDisplayModeFromInt (Integer value)


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