API Documentation > Classes > Class FeatureStatus
Class FeatureStatus

package com.ptc.pfc.pfcFeature;

public class
FeatureStatus
implements
jxenum


Description
This enumerated type specifies the feature status.
User Guide References:
Field Summary
static final int
_FEAT_ACTIVE
Integer value of enum value "FEAT_ACTIVE"
An ordinary feature.
static final FeatureStatus
FEAT_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 FeatureStatus
FEAT_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 FeatureStatus
FEAT_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 FeatureStatus
FEAT_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 FeatureStatus
FEAT_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 FeatureStatus
FEAT_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 FeatureStatus
FEAT_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
FromInt (int value)
Creates enum object from an integer.
FromInt (Integer value)
Creates enum object from an integer object.
int
Returns enum object value as an integer.
Method Detail
getValue
int
getValue
()
Returns enum object value as an integer.
Returns:
Integer enum value.
FromInt
FromInt
(int value)
Creates enum object from an integer.
Parameters:
value
Input integer value.
Returns:
Enum value object.
FromInt
FromInt
(Integer value)
Creates enum object from an integer object.
Parameters:
value
Input integer object.
Returns:
Enum value object.
Was this helpful?