Library | Package Java Toolkit

Class ImportfeatRedefSourceType

package com.ptc.wfc.wfcFeature;

public class ImportfeatRedefSourceType
  implements jxenum



Description

Provides the entries in ImportfeatRedefSourceType.



Field Summary
static final int_IMPORT_FEAT_REDEF_DATA_SOURCE_NONE
    Integer value of enum value "IMPORT_FEAT_REDEF_DATA_SOURCE_NONE"
     
static final ImportfeatRedefSourceTypeIMPORT_FEAT_REDEF_DATA_SOURCE_NONE
    Object value of enum value "IMPORT_FEAT_REDEF_DATA_SOURCE_NONE"
     
static final int_IMPORT_FEAT_REDEF_DATA_SOURCE_ATTR
    Integer value of enum value "IMPORT_FEAT_REDEF_DATA_SOURCE_ATTR"
     
static final ImportfeatRedefSourceTypeIMPORT_FEAT_REDEF_DATA_SOURCE_ATTR
    Object value of enum value "IMPORT_FEAT_REDEF_DATA_SOURCE_ATTR"
     
static final int_IMPORT_FEAT_REDEF_DATA_SOURCE_NEW
    Integer value of enum value "IMPORT_FEAT_REDEF_DATA_SOURCE_NEW"
     
static final ImportfeatRedefSourceTypeIMPORT_FEAT_REDEF_DATA_SOURCE_NEW
    Object value of enum value "IMPORT_FEAT_REDEF_DATA_SOURCE_NEW"
     
static final int_ImportfeatRedefSourceType_null
    Enum null value.

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


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


FromInt

static ImportfeatRedefSourceTypeFromInt (Integer value)


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