Interface AttributeReferenceBuilder<T extends ModelElementInstance>
-
- All Superinterfaces:
ReferenceBuilder<T>
- All Known Subinterfaces:
AttributeReferenceCollectionBuilder<T>
- All Known Implementing Classes:
AttributeReferenceBuilderImpl,AttributeReferenceCollectionBuilderImpl,QNameAttributeReferenceBuilderImpl
public interface AttributeReferenceBuilder<T extends ModelElementInstance> extends ReferenceBuilder<T>
- Author:
- Sebastian Menski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeReference<T>build()
-
-
-
Method Detail
-
build
AttributeReference<T> build()
- Specified by:
buildin interfaceReferenceBuilder<T extends ModelElementInstance>
-
-