Library | Package Java Toolkit

Class DatumCsysDimConstraintType

package com.ptc.pfc.pfcCoordSysFeat;

public class DatumCsysDimConstraintType
  implements jxenum



Description

This enumerated type lists different types of coordinate system constraints.



Field Summary
static final int_DTMCSYS_DIM_OFFSET
    Integer value of enum value "DTMCSYS_DIM_OFFSET"
    This specifies offset type constraint.
static final DatumCsysDimConstraintTypeDTMCSYS_DIM_OFFSET
    Object value of enum value "DTMCSYS_DIM_OFFSET"
    This specifies offset type constraint.
static final int_DTMCSYS_DIM_ALIGN
    Integer value of enum value "DTMCSYS_DIM_ALIGN"
    This specifies align type constraint.
static final DatumCsysDimConstraintTypeDTMCSYS_DIM_ALIGN
    Object value of enum value "DTMCSYS_DIM_ALIGN"
    This specifies align type constraint.
static final int_DatumCsysDimConstraintType_null
    Enum null value.

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


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


FromInt

static DatumCsysDimConstraintTypeFromInt (Integer value)


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