Package com.polarion.alm.tracker.model
Interface IFeatureSelectionItem
- All Superinterfaces:
IChangeGenerator
,IChangeListener
,IHasCustomValues
,IHasValues
,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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface com.polarion.platform.persistence.model.IChangeGenerator
setChangeOwner
Methods inherited from interface com.polarion.platform.persistence.model.IChangeListener
markChanged
Methods inherited from interface com.polarion.platform.persistence.model.IHasCustomValues
getCustomField, getCustomFieldPrototype, getCustomFieldsList, setCustomField
Methods inherited from interface com.polarion.platform.persistence.model.IStructure
getEnumeration, getEnumerationOptionForField, getEnumerationTypeForField, getPrototype, getValue, isModified, isReadOnly, isReadOnly, setValue
-
Field Details
-
STRUCTURE_ID
- See Also:
-
KEY_FEATURE
- See Also:
-
KEY_SELECTION_TYPE
- See Also:
-
-
Method Details
-
getLinkedFeature
- Returns:
- the work item reference to the linked feature
-
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
-