Interface IFeatureSelectionItem

All Superinterfaces:
IChangeGenerator, IChangeListener, IHasCustomValues, IHasValues, IStructure

public interface IFeatureSelectionItem extends IStructure
Structure used in IFeatureSelection structure. Contains the reference to the feature work item and the type of link between the feature and the variant on which the IFeatureSelection field is defined.
Since:
3.9.0
See Also:
  • Field Details

  • Method Details

    • getLinkedFeature

      @Nullable IWorkItem getLinkedFeature()
      Returns:
      the work item reference to the linked feature
    • getSelectionType

      @Nullable IFeatureLinkOpt getSelectionType()
      Returns:
      the type of link between the variant on which the FeatureSelection structure is stored and the feature work item contained in this FeatureSelectionItem structure