Library | Package Java Toolkit

Class IntfDataSourceType

package com.ptc.wfc.wfcSession;

public class IntfDataSourceType
  implements jxenum



Description

Provides the type of IntfDataSource.



Field Summary
static final int_INTF_DATA_SOURCE_NONE
    Integer value of enum value "INTF_DATA_SOURCE_NONE"
     
static final IntfDataSourceTypeINTF_DATA_SOURCE_NONE
    Object value of enum value "INTF_DATA_SOURCE_NONE"
     
static final int_INTF_DATA_SOURCE_FILE
    Integer value of enum value "INTF_DATA_SOURCE_FILE"
     
static final IntfDataSourceTypeINTF_DATA_SOURCE_FILE
    Object value of enum value "INTF_DATA_SOURCE_FILE"
     
static final int_INTF_DATA_SOURCE_MEMORY
    Integer value of enum value "INTF_DATA_SOURCE_MEMORY"
     
static final IntfDataSourceTypeINTF_DATA_SOURCE_MEMORY
    Object value of enum value "INTF_DATA_SOURCE_MEMORY"
     
static final int_IntfDataSourceType_null
    Enum null value.

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


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


FromInt

static IntfDataSourceTypeFromInt (Integer value)


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