Library | Package Java Toolkit

Class WModelRetrieveOption

package com.ptc.wfc.wfcSession;

public class WModelRetrieveOption
  implements jxenum



Description

Provides options to retrieve model.



Field Summary
static final int_MODEL_RETRIEVE_NONE
    Integer value of enum value "MODEL_RETRIEVE_NONE"
     Do not retrieve model
static final WModelRetrieveOptionMODEL_RETRIEVE_NONE
    Object value of enum value "MODEL_RETRIEVE_NONE"
     Do not retrieve model
static final int_MODEL_RETRIEVE_NORMAL
    Integer value of enum value "MODEL_RETRIEVE_NORMAL"
     Retrieve normally
static final WModelRetrieveOptionMODEL_RETRIEVE_NORMAL
    Object value of enum value "MODEL_RETRIEVE_NORMAL"
     Retrieve normally
static final int_MODEL_RETRIEVE_SIMP_REP
    Integer value of enum value "MODEL_RETRIEVE_SIMP_REP"
     Retrieve in simplified representation.
static final WModelRetrieveOptionMODEL_RETRIEVE_SIMP_REP
    Object value of enum value "MODEL_RETRIEVE_SIMP_REP"
     Retrieve in simplified representation.
static final int_MODEL_RETRIEVE_VIEW_ONLY
    Integer value of enum value "MODEL_RETRIEVE_VIEW_ONLY"
     Retrieve in view only mode.Valid for drawings only
static final WModelRetrieveOptionMODEL_RETRIEVE_VIEW_ONLY
    Object value of enum value "MODEL_RETRIEVE_VIEW_ONLY"
     Retrieve in view only mode.Valid for drawings only
static final int_WModelRetrieveOption_null
    Enum null value.

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


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


FromInt

static WModelRetrieveOptionFromInt (Integer value)


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