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