Library | Package Java Toolkit

Class CoordAxis

package com.ptc.pfc.pfcBase;

public class CoordAxis
  implements jxenum



Description

This enumerated type specifies the axes of a coordinate system.



Field Summary
static final int_COORD_AXIS_X
    Integer value of enum value "COORD_AXIS_X"
    The X-axis of the coordinate system.
static final CoordAxisCOORD_AXIS_X
    Object value of enum value "COORD_AXIS_X"
    The X-axis of the coordinate system.
static final int_COORD_AXIS_Y
    Integer value of enum value "COORD_AXIS_Y"
    The Y-axis of the coordinate system.
static final CoordAxisCOORD_AXIS_Y
    Object value of enum value "COORD_AXIS_Y"
    The Y-axis of the coordinate system.
static final int_COORD_AXIS_Z
    Integer value of enum value "COORD_AXIS_Z"
    The Z-axis of the coordinate system.
static final CoordAxisCOORD_AXIS_Z
    Object value of enum value "COORD_AXIS_Z"
    The Z-axis of the coordinate system.
static final int_CoordAxis_null
    Enum null value.

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


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


FromInt

static CoordAxisFromInt (Integer value)


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