Library | Package Java Toolkit

Interface ReorderBeforeOperation

package com.ptc.pfc.pfcFeature;

public interface ReorderBeforeOperation
  extends com.ptc.pfc.pfcFeature.FeatureOperation



Description

This class defines how to reorder a feature before another feature in the regeneration order list.



Method Summary
FeatureGetBeforeFeat ()
    Get method for attribute "BeforeFeat"
    The feature before which you want to reorder the features
voidSetBeforeFeat (Feature value)
    Set method for attribute "BeforeFeat"
    The feature before which you want to reorder the features

Methods Inherited from Interface com.ptc.pfc.pfcFeature.FeatureOperation
GetOpFeature

Method Detail

GetBeforeFeat/SetBeforeFeat

FeatureGetBeforeFeat ()
voidSetBeforeFeat (Feature value)


    The feature before which you want to reorder the features
Manual References:
Features: Feature Operations, Features: Feature Operations