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