Library | Package Java Toolkit

Class DatumPlaneConstraintType

package com.ptc.pfc.pfcDatumPlaneFeat;

public class DatumPlaneConstraintType
  implements jxenum



Description

This enumerated type lists different types of datum plane constraints.



Field Summary
static final int_DTMPLN_THRU
    Integer value of enum value "DTMPLN_THRU"
    This specifies 'Through' datum plane constraint.
static final DatumPlaneConstraintTypeDTMPLN_THRU
    Object value of enum value "DTMPLN_THRU"
    This specifies 'Through' datum plane constraint.
static final int_DTMPLN_NORM
    Integer value of enum value "DTMPLN_NORM"
    This specifies 'Normal' datum plane constraint.
static final DatumPlaneConstraintTypeDTMPLN_NORM
    Object value of enum value "DTMPLN_NORM"
    This specifies 'Normal' datum plane constraint.
static final int_DTMPLN_PRL
    Integer value of enum value "DTMPLN_PRL"
    This specifies 'Parallel' datum plane constraint.
static final DatumPlaneConstraintTypeDTMPLN_PRL
    Object value of enum value "DTMPLN_PRL"
    This specifies 'Parallel' datum plane constraint.
static final int_DTMPLN_OFFS
    Integer value of enum value "DTMPLN_OFFS"
    This specifies 'Offset' datum plane constraint.
static final DatumPlaneConstraintTypeDTMPLN_OFFS
    Object value of enum value "DTMPLN_OFFS"
    This specifies 'Offset' datum plane constraint.
static final int_DTMPLN_ANG
    Integer value of enum value "DTMPLN_ANG"
    This specifies 'Angle' datum plane constraint.
static final DatumPlaneConstraintTypeDTMPLN_ANG
    Object value of enum value "DTMPLN_ANG"
    This specifies 'Angle' datum plane constraint.
static final int_DTMPLN_TANG
    Integer value of enum value "DTMPLN_TANG"
    This specifies 'Tangent' datum plane constraint.
static final DatumPlaneConstraintTypeDTMPLN_TANG
    Object value of enum value "DTMPLN_TANG"
    This specifies 'Tangent' datum plane constraint.
static final int_DTMPLN_SEC
    Integer value of enum value "DTMPLN_SEC"
    This specifies 'Section' datum plane constraint.
static final DatumPlaneConstraintTypeDTMPLN_SEC
    Object value of enum value "DTMPLN_SEC"
    This specifies 'Section' datum plane constraint.
static final int_DTMPLN_DEF_X
    Integer value of enum value "DTMPLN_DEF_X"
    This specifies default RIGHT datum plane constraint.
static final DatumPlaneConstraintTypeDTMPLN_DEF_X
    Object value of enum value "DTMPLN_DEF_X"
    This specifies default RIGHT datum plane constraint.
static final int_DTMPLN_DEF_Y
    Integer value of enum value "DTMPLN_DEF_Y"
    This specifies default TOP datum plane constraint.
static final DatumPlaneConstraintTypeDTMPLN_DEF_Y
    Object value of enum value "DTMPLN_DEF_Y"
    This specifies default TOP datum plane constraint.
static final int_DTMPLN_DEF_Z
    Integer value of enum value "DTMPLN_DEF_Z"
    This specifies default FRONT datum plane constraint.
static final DatumPlaneConstraintTypeDTMPLN_DEF_Z
    Object value of enum value "DTMPLN_DEF_Z"
    This specifies default FRONT datum plane constraint.
static final int_DatumPlaneConstraintType_null
    Enum null value.

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


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


FromInt

static DatumPlaneConstraintTypeFromInt (Integer value)


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