Interface CapabilityReferenceRecorder.GreatGrandparentAttributeProvider<T>
-
- All Known Subinterfaces:
CapabilityReferenceRecorder.GreatGrandparentPathProvider<T>
- All Known Implementing Classes:
CapabilityReferenceRecorder.DefaultBuilder
- Enclosing interface:
- CapabilityReferenceRecorder<T>
public static interface CapabilityReferenceRecorder.GreatGrandparentAttributeProvider<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapabilityReferenceRecorder.GrandparentAttributeProvider<T>withGreatGrandparentAttribute(AttributeDefinition attribute)Specifies the attribute used to resolves the great-grandparent segment of the requirement.
-
-
-
Method Detail
-
withGreatGrandparentAttribute
CapabilityReferenceRecorder.GrandparentAttributeProvider<T> withGreatGrandparentAttribute(AttributeDefinition attribute)
Specifies the attribute used to resolves the great-grandparent segment of the requirement.- Parameters:
attribute- the attribute used to resolve the parent segment of the requirement.- Returns:
- a reference to this builder
-
-