Library | Package Java Toolkit

Class DimSenseType

package com.ptc.pfc.pfcDimension;

public class DimSenseType
  implements jxenum



Description

 



Field Summary
static final int_DIMENSION_SENSE_NONE
    Integer value of enum value "DIMENSION_SENSE_NONE"
     
static final DimSenseTypeDIMENSION_SENSE_NONE
    Object value of enum value "DIMENSION_SENSE_NONE"
     
static final int_DIMENSION_SENSE_POINT
    Integer value of enum value "DIMENSION_SENSE_POINT"
     
static final DimSenseTypeDIMENSION_SENSE_POINT
    Object value of enum value "DIMENSION_SENSE_POINT"
     
static final int_DIMENSION_SENSE_SPLINE_PT
    Integer value of enum value "DIMENSION_SENSE_SPLINE_PT"
     
static final DimSenseTypeDIMENSION_SENSE_SPLINE_PT
    Object value of enum value "DIMENSION_SENSE_SPLINE_PT"
     
static final int_DIMENSION_SENSE_TANGENT_INDEX
    Integer value of enum value "DIMENSION_SENSE_TANGENT_INDEX"
     
static final DimSenseTypeDIMENSION_SENSE_TANGENT_INDEX
    Object value of enum value "DIMENSION_SENSE_TANGENT_INDEX"
     
static final int_DIMENSION_SENSE_LINEAR_TO_ARC_OR_CIRCLE_TANGENT
    Integer value of enum value "DIMENSION_SENSE_LINEAR_TO_ARC_OR_CIRCLE_TANGENT"
     
static final DimSenseTypeDIMENSION_SENSE_LINEAR_TO_ARC_OR_CIRCLE_TANGENT
    Object value of enum value "DIMENSION_SENSE_LINEAR_TO_ARC_OR_CIRCLE_TANGENT"
     
static final int_DIMENSION_SENSE_ANGLE
    Integer value of enum value "DIMENSION_SENSE_ANGLE"
     
static final DimSenseTypeDIMENSION_SENSE_ANGLE
    Object value of enum value "DIMENSION_SENSE_ANGLE"
     
static final int_DIMENSION_SENSE_POINT_TO_ANGLE
    Integer value of enum value "DIMENSION_SENSE_POINT_TO_ANGLE"
     
static final DimSenseTypeDIMENSION_SENSE_POINT_TO_ANGLE
    Object value of enum value "DIMENSION_SENSE_POINT_TO_ANGLE"
     
static final int_DimSenseType_null
    Enum null value.

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


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


FromInt

static DimSenseTypeFromInt (Integer value)


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