Library | Package Java Toolkit

Class DatumCsysOnSurfaceType

package com.ptc.pfc.pfcCoordSysFeat;

public class DatumCsysOnSurfaceType
  implements jxenum



Description

This enumerated type lists different on-surface constraint modes.



Field Summary
static final int_DTMCSYS_ONSURF_LINEAR
    Integer value of enum value "DTMCSYS_ONSURF_LINEAR"
    This specifies a coordinate system constrained by 2 linear dimensions.
static final DatumCsysOnSurfaceTypeDTMCSYS_ONSURF_LINEAR
    Object value of enum value "DTMCSYS_ONSURF_LINEAR"
    This specifies a coordinate system constrained by 2 linear dimensions.
static final int_DTMCSYS_ONSURF_RADIAL
    Integer value of enum value "DTMCSYS_ONSURF_RADIAL"
    This specifies a coordinate system constrained by 1 radial and 1 angular dimension.
static final DatumCsysOnSurfaceTypeDTMCSYS_ONSURF_RADIAL
    Object value of enum value "DTMCSYS_ONSURF_RADIAL"
    This specifies a coordinate system constrained by 1 radial and 1 angular dimension.
static final int_DTMCSYS_ONSURF_DIAMETER
    Integer value of enum value "DTMCSYS_ONSURF_DIAMETER"
    This specifies a coordinate system constrained by 1 diameter and 1 angular dimension.
static final DatumCsysOnSurfaceTypeDTMCSYS_ONSURF_DIAMETER
    Object value of enum value "DTMCSYS_ONSURF_DIAMETER"
    This specifies a coordinate system constrained by 1 diameter and 1 angular dimension.
static final int_DatumCsysOnSurfaceType_null
    Enum null value.

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


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


FromInt

static DatumCsysOnSurfaceTypeFromInt (Integer value)


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