Library | Package Java Toolkit

Class DimValueDisplay

package com.ptc.wfc.wfcDimension;

public class DimValueDisplay
  implements jxenum



Description





Field Summary
static final int_DIMVALUEDISPLAY_NOMINAL
    Integer value of enum value "DIMVALUEDISPLAY_NOMINAL"
    
static final DimValueDisplayDIMVALUEDISPLAY_NOMINAL
    Object value of enum value "DIMVALUEDISPLAY_NOMINAL"
    
static final int_DIMVALUEDISPLAY_OVERRIDE
    Integer value of enum value "DIMVALUEDISPLAY_OVERRIDE"
    
static final DimValueDisplayDIMVALUEDISPLAY_OVERRIDE
    Object value of enum value "DIMVALUEDISPLAY_OVERRIDE"
    
static final int_DIMVALUEDISPLAY_HIDE
    Integer value of enum value "DIMVALUEDISPLAY_HIDE"
    
static final DimValueDisplayDIMVALUEDISPLAY_HIDE
    Object value of enum value "DIMVALUEDISPLAY_HIDE"
    
static final int_DimValueDisplay_null
    Enum null value.

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


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


FromInt

static DimValueDisplayFromInt (Integer value)


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