Library | Package Java Toolkit

Class DatumCsysOrientMoveConstraintType

package com.ptc.pfc.pfcCoordSysFeat;

public class DatumCsysOrientMoveConstraintType
  implements jxenum



Description

This enumerated type lists different types of orientation constraints.



Field Summary
static final int_DTMCSYS_MOVE_TRAN_X
    Integer value of enum value "DTMCSYS_MOVE_TRAN_X"
    Oriented with translation along X axis.
static final DatumCsysOrientMoveConstraintTypeDTMCSYS_MOVE_TRAN_X
    Object value of enum value "DTMCSYS_MOVE_TRAN_X"
    Oriented with translation along X axis.
static final int_DTMCSYS_MOVE_TRAN_Y
    Integer value of enum value "DTMCSYS_MOVE_TRAN_Y"
    Oriented with translation along Y axis.
static final DatumCsysOrientMoveConstraintTypeDTMCSYS_MOVE_TRAN_Y
    Object value of enum value "DTMCSYS_MOVE_TRAN_Y"
    Oriented with translation along Y axis.
static final int_DTMCSYS_MOVE_TRAN_Z
    Integer value of enum value "DTMCSYS_MOVE_TRAN_Z"
    Oriented with translation along Z axis.
static final DatumCsysOrientMoveConstraintTypeDTMCSYS_MOVE_TRAN_Z
    Object value of enum value "DTMCSYS_MOVE_TRAN_Z"
    Oriented with translation along Z axis.
static final int_DTMCSYS_MOVE_ROT_X
    Integer value of enum value "DTMCSYS_MOVE_ROT_X"
    Oriented with rotation about X axis.
static final DatumCsysOrientMoveConstraintTypeDTMCSYS_MOVE_ROT_X
    Object value of enum value "DTMCSYS_MOVE_ROT_X"
    Oriented with rotation about X axis.
static final int_DTMCSYS_MOVE_ROT_Y
    Integer value of enum value "DTMCSYS_MOVE_ROT_Y"
    Oriented with rotation about Y axis.
static final DatumCsysOrientMoveConstraintTypeDTMCSYS_MOVE_ROT_Y
    Object value of enum value "DTMCSYS_MOVE_ROT_Y"
    Oriented with rotation about Y axis.
static final int_DTMCSYS_MOVE_ROT_Z
    Integer value of enum value "DTMCSYS_MOVE_ROT_Z"
    Oriented with rotation about Z axis.
static final DatumCsysOrientMoveConstraintTypeDTMCSYS_MOVE_ROT_Z
    Object value of enum value "DTMCSYS_MOVE_ROT_Z"
    Oriented with rotation about Z axis.
static final int_DTMCSYS_MOVE_RAD
    Integer value of enum value "DTMCSYS_MOVE_RAD"
    "r" in Cylindrical/Spherical coordinate system.
static final DatumCsysOrientMoveConstraintTypeDTMCSYS_MOVE_RAD
    Object value of enum value "DTMCSYS_MOVE_RAD"
    "r" in Cylindrical/Spherical coordinate system.
static final int_DTMCSYS_MOVE_PHI
    Integer value of enum value "DTMCSYS_MOVE_PHI"
    "phi" in Cylindrical/Spherical coordinate system.
static final DatumCsysOrientMoveConstraintTypeDTMCSYS_MOVE_PHI
    Object value of enum value "DTMCSYS_MOVE_PHI"
    "phi" in Cylindrical/Spherical coordinate system.
static final int_DTMCSYS_MOVE_ZI
    Integer value of enum value "DTMCSYS_MOVE_ZI"
    "z" in Cylindrical coordinate system.
static final DatumCsysOrientMoveConstraintTypeDTMCSYS_MOVE_ZI
    Object value of enum value "DTMCSYS_MOVE_ZI"
    "z" in Cylindrical coordinate system.
static final int_DTMCSYS_MOVE_THETA
    Integer value of enum value "DTMCSYS_MOVE_THETA"
    "theta" in spherical coordinate system.
static final DatumCsysOrientMoveConstraintTypeDTMCSYS_MOVE_THETA
    Object value of enum value "DTMCSYS_MOVE_THETA"
    "theta" in spherical coordinate system.
static final int_DatumCsysOrientMoveConstraintType_null
    Enum null value.

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


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


FromInt

static DatumCsysOrientMoveConstraintTypeFromInt (Integer value)


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