API Documentation > Classes > Class ParamMode
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:
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 ParamMode
DWGTABLE_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 ParamMode
DWGTABLE_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 ParamMode
FromInt (int value)
Creates enum object from an integer.
static ParamMode
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
static ParamMode
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
static ParamMode
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?