Library | Package Java Toolkit

Class FeatureStatus

package com.ptc.pfc.pfcFeature;

public class FeatureStatus
  implements jxenum



Description

This enumerated type specifies the feature status.



Field Summary
static final int_FEAT_ACTIVE
    Integer value of enum value "FEAT_ACTIVE"
    An ordinary feature.
static final FeatureStatusFEAT_ACTIVE
    Object value of enum value "FEAT_ACTIVE"
    An ordinary feature.
static final int_FEAT_INACTIVE
    Integer value of enum value "FEAT_INACTIVE"
    A feature that is not suppressed, but is not currently in use for anotherreason.
static final FeatureStatusFEAT_INACTIVE
    Object value of enum value "FEAT_INACTIVE"
    A feature that is not suppressed, but is not currently in use for anotherreason.
static final int_FEAT_FAMILY_TABLE_SUPPRESSED
    Integer value of enum value "FEAT_FAMILY_TABLE_SUPPRESSED"
    A feature suppressed by family table functionality.
static final FeatureStatusFEAT_FAMILY_TABLE_SUPPRESSED
    Object value of enum value "FEAT_FAMILY_TABLE_SUPPRESSED"
    A feature suppressed by family table functionality.
static final int_FEAT_SIMP_REP_SUPPRESSED
    Integer value of enum value "FEAT_SIMP_REP_SUPPRESSED"
    A feature suppressed by simplified representation functionality.
static final FeatureStatusFEAT_SIMP_REP_SUPPRESSED
    Object value of enum value "FEAT_SIMP_REP_SUPPRESSED"
    A feature suppressed by simplified representation functionality.
static final int_FEAT_PROGRAM_SUPPRESSED
    Integer value of enum value "FEAT_PROGRAM_SUPPRESSED"
    A feature suppressed by Pro/PROGRAM functionality.
static final FeatureStatusFEAT_PROGRAM_SUPPRESSED
    Object value of enum value "FEAT_PROGRAM_SUPPRESSED"
    A feature suppressed by Pro/PROGRAM functionality.
static final int_FEAT_SUPPRESSED
    Integer value of enum value "FEAT_SUPPRESSED"
    A feature suppressed by simplified representation functionality.
static final FeatureStatusFEAT_SUPPRESSED
    Object value of enum value "FEAT_SUPPRESSED"
    A feature suppressed by simplified representation functionality.
static final int_FEAT_UNREGENERATED
    Integer value of enum value "FEAT_UNREGENERATED"
    A feature that is active, but not regenerated due to a regeneration failure that has not been fixed. This regeneration failure might result from a previous feature.
static final FeatureStatusFEAT_UNREGENERATED
    Object value of enum value "FEAT_UNREGENERATED"
    A feature that is active, but not regenerated due to a regeneration failure that has not been fixed. This regeneration failure might result from a previous feature.
static final int_FeatureStatus_null
    Enum null value.

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


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


FromInt

static FeatureStatusFromInt (Integer value)


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