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