Library | Package Java Toolkit

Class ParamTableExportType

package com.ptc.wfc.wfcModelItem;

public class ParamTableExportType
  implements jxenum



Description

File Format Type for exporting.



Field Summary
static final int_PARAMTABLE_EXPORT_TXT
    Integer value of enum value "PARAMTABLE_EXPORT_TXT"
    Export in Text Format
static final ParamTableExportTypePARAMTABLE_EXPORT_TXT
    Object value of enum value "PARAMTABLE_EXPORT_TXT"
    Export in Text Format
static final int_PARAMTABLE_EXPORT_CSV
    Integer value of enum value "PARAMTABLE_EXPORT_CSV"
    Export in CSV Format
static final ParamTableExportTypePARAMTABLE_EXPORT_CSV
    Object value of enum value "PARAMTABLE_EXPORT_CSV"
    Export in CSV Format
static final int_ParamTableExportType_null
    Enum null value.

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


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


FromInt

static ParamTableExportTypeFromInt (Integer value)


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