Library | Package Java Toolkit

Class DualDimensionDisplayType

package com.ptc.wfc.wfcDrawing;

public class DualDimensionDisplayType
  implements jxenum



Description

 



Field Summary
static final int_SECONDARY_DIM_DISPLAY_OFF
    Integer value of enum value "SECONDARY_DIM_DISPLAY_OFF"
     
static final DualDimensionDisplayTypeSECONDARY_DIM_DISPLAY_OFF
    Object value of enum value "SECONDARY_DIM_DISPLAY_OFF"
     
static final int_SECONDARY_DIM_DISPLAY_BOTTOM
    Integer value of enum value "SECONDARY_DIM_DISPLAY_BOTTOM"
     
static final DualDimensionDisplayTypeSECONDARY_DIM_DISPLAY_BOTTOM
    Object value of enum value "SECONDARY_DIM_DISPLAY_BOTTOM"
     
static final int_SECONDARY_DIM_DISPLAY_RIGHT
    Integer value of enum value "SECONDARY_DIM_DISPLAY_RIGHT"
     
static final DualDimensionDisplayTypeSECONDARY_DIM_DISPLAY_RIGHT
    Object value of enum value "SECONDARY_DIM_DISPLAY_RIGHT"
     
static final int_DualDimensionDisplayType_null
    Enum null value.

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


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


FromInt

static DualDimensionDisplayTypeFromInt (Integer value)


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