Interface ReferenceBuilder<T extends ModelElementInstance>
-
- Type Parameters:
T- the type of the referenced element
- All Known Subinterfaces:
AttributeReferenceBuilder<T>,AttributeReferenceCollectionBuilder<T>
- All Known Implementing Classes:
AttributeReferenceBuilderImpl,AttributeReferenceCollectionBuilderImpl,QNameAttributeReferenceBuilderImpl
public interface ReferenceBuilder<T extends ModelElementInstance>- Author:
- Sebastian Menski
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Reference<T>build()
-