Library | Package Java Toolkit

Class FeatResumeOption

package com.ptc.wfc.wfcFeatureInstructions;

public class FeatResumeOption
  implements jxenum



Description

Various options used while resuming feature



Field Summary
static final int_FEAT_RESUME_NO_OPTS
    Integer value of enum value "FEAT_RESUME_NO_OPTS"
    No options
static final FeatResumeOptionFEAT_RESUME_NO_OPTS
    Object value of enum value "FEAT_RESUME_NO_OPTS"
    No options
static final int_FEAT_RESUME_INCLUDE_PARENTS
    Integer value of enum value "FEAT_RESUME_INCLUDE_PARENTS"
    Suppressed parents of the feature will also be resumed
static final FeatResumeOptionFEAT_RESUME_INCLUDE_PARENTS
    Object value of enum value "FEAT_RESUME_INCLUDE_PARENTS"
    Suppressed parents of the feature will also be resumed
static final int_FEAT_RESUME_ADD_TO_BUFFER
    Integer value of enum value "FEAT_RESUME_ADD_TO_BUFFER"
    Add the resumed features to the selection buffer.
static final FeatResumeOptionFEAT_RESUME_ADD_TO_BUFFER
    Object value of enum value "FEAT_RESUME_ADD_TO_BUFFER"
    Add the resumed features to the selection buffer.
static final int_FeatResumeOption_null
    Enum null value.

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


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


FromInt

static FeatResumeOptionFromInt (Integer value)


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