Library | Package Java Toolkit

Class UDFDimensionDisplayType

package com.ptc.pfc.pfcUDFCreate;

public class UDFDimensionDisplayType
  implements jxenum



Description

Specifies how to display all UDF dimensions in the UDF to be placed.



Field Summary
static final int_UDFDISPLAY_NORMAL
    Integer value of enum value "UDFDISPLAY_NORMAL"
    UDF dimensions are displayed and modifiable.
static final UDFDimensionDisplayTypeUDFDISPLAY_NORMAL
    Object value of enum value "UDFDISPLAY_NORMAL"
    UDF dimensions are displayed and modifiable.
static final int_UDFDISPLAY_READ_ONLY
    Integer value of enum value "UDFDISPLAY_READ_ONLY"
    UDF dimensions are displayed and not modifiable.
static final UDFDimensionDisplayTypeUDFDISPLAY_READ_ONLY
    Object value of enum value "UDFDISPLAY_READ_ONLY"
    UDF dimensions are displayed and not modifiable.
static final int_UDFDISPLAY_BLANK
    Integer value of enum value "UDFDISPLAY_BLANK"
    UDF dimensions are not displayed.
static final UDFDimensionDisplayTypeUDFDISPLAY_BLANK
    Object value of enum value "UDFDISPLAY_BLANK"
    UDF dimensions are not displayed.
static final int_UDFDimensionDisplayType_null
    Enum null value.

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


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


FromInt

static UDFDimensionDisplayTypeFromInt (Integer value)


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