Library | Package Java Toolkit

Class SelectionRecordAction

package com.ptc.wfc.wfcSelect;

public class SelectionRecordAction
  implements jxenum



Description

Record Action for Selection



Field Summary
static final int_SELECT_OVERRIDE
    Integer value of enum value "SELECT_OVERRIDE"
    For unmodified selection.
static final SelectionRecordActionSELECT_OVERRIDE
    Object value of enum value "SELECT_OVERRIDE"
    For unmodified selection.
static final int_SELECT_TOGGLE
    Integer value of enum value "SELECT_TOGGLE"
    For CTRL modified selection.
static final SelectionRecordActionSELECT_TOGGLE
    Object value of enum value "SELECT_TOGGLE"
    For CTRL modified selection.
static final int_SelectionRecordAction_null
    Enum null value.

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


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


FromInt

static SelectionRecordActionFromInt (Integer value)


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