Library | Package Java Toolkit

Class DimensionDisplayFormat

package com.ptc.wfc.wfcDimension;

public class DimensionDisplayFormat
  implements jxenum



Description





Field Summary
static final int_DIM_DISPLAY_DECIMAL
    Integer value of enum value "DIM_DISPLAY_DECIMAL"
    
static final DimensionDisplayFormatDIM_DISPLAY_DECIMAL
    Object value of enum value "DIM_DISPLAY_DECIMAL"
    
static final int_DIM_DISPLAY_FRACTIONAL
    Integer value of enum value "DIM_DISPLAY_FRACTIONAL"
    
static final DimensionDisplayFormatDIM_DISPLAY_FRACTIONAL
    Object value of enum value "DIM_DISPLAY_FRACTIONAL"
    
static final int_DimensionDisplayFormat_null
    Enum null value.

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


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


FromInt

static DimensionDisplayFormatFromInt (Integer value)


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