Library | Package Java Toolkit

Class XSecCutType

package com.ptc.pfc.pfcXSection;

public class XSecCutType
  implements jxenum



Description

This enumerated type indicates the type of cross-section.



Field Summary
static final int_XSEC_PLANAR
    Integer value of enum value "XSEC_PLANAR"
    The cross-section is planar.
static final XSecCutTypeXSEC_PLANAR
    Object value of enum value "XSEC_PLANAR"
    The cross-section is planar.
static final int_XSEC_OFFSET
    Integer value of enum value "XSEC_OFFSET"
    The cross-section is offset.
static final XSecCutTypeXSEC_OFFSET
    Object value of enum value "XSEC_OFFSET"
    The cross-section is offset.
static final int_XSecCutType_null
    Enum null value.

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


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


FromInt

static XSecCutTypeFromInt (Integer value)


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