Library | Package Java Toolkit

Class TableFormatType

package com.ptc.wfc.wfcTable;

public class TableFormatType
  implements jxenum



Description

 



Field Summary
static final int_TABLEFORMAT_TBL
    Integer value of enum value "TABLEFORMAT_TBL"
     
static final TableFormatTypeTABLEFORMAT_TBL
    Object value of enum value "TABLEFORMAT_TBL"
     
static final int_TABLEFORMAT_TXT
    Integer value of enum value "TABLEFORMAT_TXT"
     
static final TableFormatTypeTABLEFORMAT_TXT
    Object value of enum value "TABLEFORMAT_TXT"
     
static final int_TABLEFORMAT_CSV
    Integer value of enum value "TABLEFORMAT_CSV"
     
static final TableFormatTypeTABLEFORMAT_CSV
    Object value of enum value "TABLEFORMAT_CSV"
     
static final int_TableFormatType_null
    Enum null value.

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


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


FromInt

static TableFormatTypeFromInt (Integer value)


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