Library | Package Java Toolkit

Class TableRowheightAutoadjustType

package com.ptc.wfc.wfcTable;

public class TableRowheightAutoadjustType
  implements jxenum



Description

 



Field Summary
static final int_TBLROWHEIGHT_AUTOADJUST_FALSE
    Integer value of enum value "TBLROWHEIGHT_AUTOADJUST_FALSE"
     
static final TableRowheightAutoadjustTypeTBLROWHEIGHT_AUTOADJUST_FALSE
    Object value of enum value "TBLROWHEIGHT_AUTOADJUST_FALSE"
     
static final int_TBLROWHEIGHT_AUTOADJUST_TRUE
    Integer value of enum value "TBLROWHEIGHT_AUTOADJUST_TRUE"
     
static final TableRowheightAutoadjustTypeTBLROWHEIGHT_AUTOADJUST_TRUE
    Object value of enum value "TBLROWHEIGHT_AUTOADJUST_TRUE"
     
static final int_TBLROWHEIGHT_AUTOADJUST_TRUE_LEGACY
    Integer value of enum value "TBLROWHEIGHT_AUTOADJUST_TRUE_LEGACY"
     
static final TableRowheightAutoadjustTypeTBLROWHEIGHT_AUTOADJUST_TRUE_LEGACY
    Object value of enum value "TBLROWHEIGHT_AUTOADJUST_TRUE_LEGACY"
     
static final int_TableRowheightAutoadjustType_null
    Enum null value.

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


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


FromInt

static TableRowheightAutoadjustTypeFromInt (Integer value)


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