Library | Package Java Toolkit

Class SurfaceConversionOption

package com.ptc.wfc.wfcPart;

public class SurfaceConversionOption
  implements jxenum



Description

The surface conversion option enum.



Field Summary
static final int_PART_SURFACES_AS_DEFAULT
    Integer value of enum value "PART_SURFACES_AS_DEFAULT"
     
static final SurfaceConversionOptionPART_SURFACES_AS_DEFAULT
    Object value of enum value "PART_SURFACES_AS_DEFAULT"
     
static final int_PART_SPL_SURFACES_AS_BSPL_SURFACES
    Integer value of enum value "PART_SPL_SURFACES_AS_BSPL_SURFACES"
     
static final SurfaceConversionOptionPART_SPL_SURFACES_AS_BSPL_SURFACES
    Object value of enum value "PART_SPL_SURFACES_AS_BSPL_SURFACES"
     
static final int_PART_SURFACES_AS_BSPL_SURFACES
    Integer value of enum value "PART_SURFACES_AS_BSPL_SURFACES"
     
static final SurfaceConversionOptionPART_SURFACES_AS_BSPL_SURFACES
    Object value of enum value "PART_SURFACES_AS_BSPL_SURFACES"
     
static final int_SurfaceConversionOption_null
    Enum null value.

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


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


FromInt

static SurfaceConversionOptionFromInt (Integer value)


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