Library | Package Java Toolkit

Class ParamMode

package com.ptc.pfc.pfcTable;

public class ParamMode
  implements jxenum



Description

Describes the options used when obtaining the text from a table cell.
See Also:
Table.GetText(TableCell, ParamMode)



Field Summary
static final int_DWGTABLE_NORMAL
    Integer value of enum value "DWGTABLE_NORMAL"
    Retrieve the text in normal mode (as it is shown on the screen).
static final ParamModeDWGTABLE_NORMAL
    Object value of enum value "DWGTABLE_NORMAL"
    Retrieve the text in normal mode (as it is shown on the screen).
static final int_DWGTABLE_FULL
    Integer value of enum value "DWGTABLE_FULL"
    Retrieve the text in full symbolic mode.
static final ParamModeDWGTABLE_FULL
    Object value of enum value "DWGTABLE_FULL"
    Retrieve the text in full symbolic mode.
static final int_ParamMode_null
    Enum null value.

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


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


FromInt

static ParamModeFromInt (Integer value)


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