Library | Package Java Toolkit

Interface ReorderAfterOperation

package com.ptc.pfc.pfcFeature;

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



Description

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



Method Summary
FeatureGetAfterFeat ()
    Get method for attribute "AfterFeat"
    The feature after which you want the features reordered
voidSetAfterFeat (Feature value)
    Set method for attribute "AfterFeat"
    The feature after which you want the features reordered

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

Method Detail

GetAfterFeat/SetAfterFeat

FeatureGetAfterFeat ()
voidSetAfterFeat (Feature value)


    The feature after which you want the features reordered
Manual References:
Features: Feature Operations, Features: Feature Operations