Library | Package Java Toolkit

Class DatumCsysOffsetType

package com.ptc.pfc.pfcCoordSysFeat;

public class DatumCsysOffsetType
  implements jxenum



Description

This enumerated type lists different offset modes.



Field Summary
static final int_DTMCSYS_OFFSET_CARTESIAN
    Integer value of enum value "DTMCSYS_OFFSET_CARTESIAN"
    This specifies Cartesian offset mode.
static final DatumCsysOffsetTypeDTMCSYS_OFFSET_CARTESIAN
    Object value of enum value "DTMCSYS_OFFSET_CARTESIAN"
    This specifies Cartesian offset mode.
static final int_DTMCSYS_OFFSET_CYLINDRICAL
    Integer value of enum value "DTMCSYS_OFFSET_CYLINDRICAL"
    This specifies Cylindrical offset mode.
static final DatumCsysOffsetTypeDTMCSYS_OFFSET_CYLINDRICAL
    Object value of enum value "DTMCSYS_OFFSET_CYLINDRICAL"
    This specifies Cylindrical offset mode.
static final int_DTMCSYS_OFFSET_SPHERICAL
    Integer value of enum value "DTMCSYS_OFFSET_SPHERICAL"
    This specifies Spherical offset mode.
static final DatumCsysOffsetTypeDTMCSYS_OFFSET_SPHERICAL
    Object value of enum value "DTMCSYS_OFFSET_SPHERICAL"
    This specifies Spherical offset mode.
static final int_DatumCsysOffsetType_null
    Enum null value.

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


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


FromInt

static DatumCsysOffsetTypeFromInt (Integer value)


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