Library | Package Java Toolkit

Class UDFOrientation

package com.ptc.pfc.pfcUDFCreate;

public class UDFOrientation
  implements jxenum



Description

An enum that provides an answer to a Creo Parametric prompt that uses a flip arrow.



Field Summary
static final int_UDFORIENT_INTERACTIVE
    Integer value of enum value "UDFORIENT_INTERACTIVE"
    Prompt for the orientation using a flip arrow.
static final UDFOrientationUDFORIENT_INTERACTIVE
    Object value of enum value "UDFORIENT_INTERACTIVE"
    Prompt for the orientation using a flip arrow.
static final int_UDFORIENT_NO_FLIP
    Integer value of enum value "UDFORIENT_NO_FLIP"
    Accept the default flip orientation.
static final UDFOrientationUDFORIENT_NO_FLIP
    Object value of enum value "UDFORIENT_NO_FLIP"
    Accept the default flip orientation.
static final int_UDFORIENT_FLIP
    Integer value of enum value "UDFORIENT_FLIP"
    Invert the orientation from the default orientation.
static final UDFOrientationUDFORIENT_FLIP
    Object value of enum value "UDFORIENT_FLIP"
    Invert the orientation from the default orientation.
static final int_UDFOrientation_null
    Enum null value.

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


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


FromInt

static UDFOrientationFromInt (Integer value)


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