Library | Package Java Toolkit

Class ImportBodyUseOpts

package com.ptc.wfc.wfcFeature;

public class ImportBodyUseOpts
  implements jxenum



Description

Provides values for ImportBodyUseOpts.



Field Summary
static final int_IMPORT_BODY_USE_DEFAULT
    Integer value of enum value "IMPORT_BODY_USE_DEFAULT"
     
static final ImportBodyUseOptsIMPORT_BODY_USE_DEFAULT
    Object value of enum value "IMPORT_BODY_USE_DEFAULT"
     
static final int_IMPORT_BODY_USE_NEW
    Integer value of enum value "IMPORT_BODY_USE_NEW"
     
static final ImportBodyUseOptsIMPORT_BODY_USE_NEW
    Object value of enum value "IMPORT_BODY_USE_NEW"
     
static final int_IMPORT_BODY_USE_ALL
    Integer value of enum value "IMPORT_BODY_USE_ALL"
     
static final ImportBodyUseOptsIMPORT_BODY_USE_ALL
    Object value of enum value "IMPORT_BODY_USE_ALL"
     
static final int_IMPORT_BODY_USE_SELECTED
    Integer value of enum value "IMPORT_BODY_USE_SELECTED"
     
static final ImportBodyUseOptsIMPORT_BODY_USE_SELECTED
    Object value of enum value "IMPORT_BODY_USE_SELECTED"
     
static final int_ImportBodyUseOpts_null
    Enum null value.

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


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


FromInt

static ImportBodyUseOptsFromInt (Integer value)


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