Library | Package Java Toolkit

Class CrossSectionClipOption

package com.ptc.wfc.wfcCombState;

public class CrossSectionClipOption
  implements jxenum



Description

Cross section clip option Not used if pfcITEM_XSEC reference is not passed



Field Summary
static final int_VIS_OPT_NONE
    Integer value of enum value "VIS_OPT_NONE"
     
static final CrossSectionClipOptionVIS_OPT_NONE
    Object value of enum value "VIS_OPT_NONE"
     
static final int_VIS_OPT_FRONT
    Integer value of enum value "VIS_OPT_FRONT"
     
static final CrossSectionClipOptionVIS_OPT_FRONT
    Object value of enum value "VIS_OPT_FRONT"
     
static final int_VIS_OPT_BACK
    Integer value of enum value "VIS_OPT_BACK"
     
static final CrossSectionClipOptionVIS_OPT_BACK
    Object value of enum value "VIS_OPT_BACK"
     
static final int_CrossSectionClipOption_null
    Enum null value.

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


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


FromInt

static CrossSectionClipOptionFromInt (Integer value)


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