Module omix.api
Interface AnnotationArrayItem<T extends DataAnnotationItem>
- All Superinterfaces:
AbstractDiagramComponent
,AccessoryItem
,ArrayItem<T>
,DataAnnotationItem
,Iterable<T>
,ReadOnlyInterface
- All Known Subinterfaces:
AnnotationArrayItem<T>
public interface AnnotationArrayItem<T extends DataAnnotationItem> extends AccessoryItem, ArrayItem<T>, Iterable<T>, DataAnnotationItem
-
Method Summary
Modifier and Type Method Description AnnotationArray<?>
modelComponent()
Methods inherited from interface omix.plugin.diagram.accessory.AccessoryItem
diagram, getField, owner, visible
-
Method Details
-
modelComponent
AnnotationArray<?> modelComponent()- Specified by:
modelComponent
in interfaceAccessoryItem
- Specified by:
modelComponent
in interfaceArrayItem<T extends DataAnnotationItem>
- Specified by:
modelComponent
in interfaceDataAnnotationItem
-