Library | Package Java Toolkit

Class TableGrowthDirType

package com.ptc.wfc.wfcTable;

public class TableGrowthDirType
  implements jxenum



Description

 



Field Summary
static final int_TABLEGROWTHDIR_DOWNRIGHT
    Integer value of enum value "TABLEGROWTHDIR_DOWNRIGHT"
     
static final TableGrowthDirTypeTABLEGROWTHDIR_DOWNRIGHT
    Object value of enum value "TABLEGROWTHDIR_DOWNRIGHT"
     
static final int_TABLEGROWTHDIR_DOWNLEFT
    Integer value of enum value "TABLEGROWTHDIR_DOWNLEFT"
     
static final TableGrowthDirTypeTABLEGROWTHDIR_DOWNLEFT
    Object value of enum value "TABLEGROWTHDIR_DOWNLEFT"
     
static final int_TABLEGROWTHDIR_UPRIGHT
    Integer value of enum value "TABLEGROWTHDIR_UPRIGHT"
     
static final TableGrowthDirTypeTABLEGROWTHDIR_UPRIGHT
    Object value of enum value "TABLEGROWTHDIR_UPRIGHT"
     
static final int_TABLEGROWTHDIR_UPLEFT
    Integer value of enum value "TABLEGROWTHDIR_UPLEFT"
     
static final TableGrowthDirTypeTABLEGROWTHDIR_UPLEFT
    Object value of enum value "TABLEGROWTHDIR_UPLEFT"
     
static final int_TableGrowthDirType_null
    Enum null value.

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


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


FromInt

static TableGrowthDirTypeFromInt (Integer value)


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