Library | Package Java Toolkit

Class DatumCsysOrientByMethod

package com.ptc.pfc.pfcCoordSysFeat;

public class DatumCsysOrientByMethod
  implements jxenum



Description

This enumerated type lists different orientation modes.



Field Summary
static final int_DTMCSYS_ORIENT_BY_SEL_REFS
    Integer value of enum value "DTMCSYS_ORIENT_BY_SEL_REFS"
    This specifies orientation by selected references.
static final DatumCsysOrientByMethodDTMCSYS_ORIENT_BY_SEL_REFS
    Object value of enum value "DTMCSYS_ORIENT_BY_SEL_REFS"
    This specifies orientation by selected references.
static final int_DTMCSYS_ORIENT_BY_SEL_CSYS_AXES
    Integer value of enum value "DTMCSYS_ORIENT_BY_SEL_CSYS_AXES"
    This specifies orientation by coordinate system axes.
static final DatumCsysOrientByMethodDTMCSYS_ORIENT_BY_SEL_CSYS_AXES
    Object value of enum value "DTMCSYS_ORIENT_BY_SEL_CSYS_AXES"
    This specifies orientation by coordinate system axes.
static final int_DatumCsysOrientByMethod_null
    Enum null value.

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


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


FromInt

static DatumCsysOrientByMethodFromInt (Integer value)


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