Library | Package Java Toolkit

Class DimToleranceType

package com.ptc.pfc.pfcDimension;

public class DimToleranceType
  implements jxenum



Description

This enumerated type lists the possible dimension tolerance types.



Field Summary
static final int_DIMTOL_LIMITS
    Integer value of enum value "DIMTOL_LIMITS"
    Dimension tolerance shown as "Limits"
static final DimToleranceTypeDIMTOL_LIMITS
    Object value of enum value "DIMTOL_LIMITS"
    Dimension tolerance shown as "Limits"
static final int_DIMTOL_PLUS_MINUS
    Integer value of enum value "DIMTOL_PLUS_MINUS"
    Dimension tolerance shown with independent plus and minus values.
static final DimToleranceTypeDIMTOL_PLUS_MINUS
    Object value of enum value "DIMTOL_PLUS_MINUS"
    Dimension tolerance shown with independent plus and minus values.
static final int_DIMTOL_SYMMETRIC
    Integer value of enum value "DIMTOL_SYMMETRIC"
    Dimension tolerance shown with a single symmetric plus/minus value.
static final DimToleranceTypeDIMTOL_SYMMETRIC
    Object value of enum value "DIMTOL_SYMMETRIC"
    Dimension tolerance shown with a single symmetric plus/minus value.
static final int_DIMTOL_SYMMETRIC_SUPERSCRIPT
    Integer value of enum value "DIMTOL_SYMMETRIC_SUPERSCRIPT"
    Dimension tolerance shown with a single symmetric plus/minus value; the tolerance is displayed in a superscript font relative to the dimension value.
static final DimToleranceTypeDIMTOL_SYMMETRIC_SUPERSCRIPT
    Object value of enum value "DIMTOL_SYMMETRIC_SUPERSCRIPT"
    Dimension tolerance shown with a single symmetric plus/minus value; the tolerance is displayed in a superscript font relative to the dimension value.
static final int_DIMTOL_ISODIN
    Integer value of enum value "DIMTOL_ISODIN"
    Dimension tolerance shown when the dimension is in the ISO/DIN standard.
static final DimToleranceTypeDIMTOL_ISODIN
    Object value of enum value "DIMTOL_ISODIN"
    Dimension tolerance shown when the dimension is in the ISO/DIN standard.
static final int_DimToleranceType_null
    Enum null value.

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


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


FromInt

static DimToleranceTypeFromInt (Integer value)


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