Uses of Interface
omix.plugin.model.accessory.Array
-
Uses of Array in omix.plugin.diagram.accessory
Methods in omix.plugin.diagram.accessory that return Array Modifier and Type Method Description Array<?>
ArrayItem. modelComponent()
-
Uses of Array in omix.plugin.model.accessory.annotation
Subinterfaces of Array in omix.plugin.model.accessory.annotation Modifier and Type Interface Description interface
AnnotationArray<T extends DataAnnotation>
-
Uses of Array in omix.plugin.model.accessory.trigger
Subinterfaces of Array in omix.plugin.model.accessory.trigger Modifier and Type Interface Description interface
TriggerArray<T extends Trigger>
-
Uses of Array in omix.plugin.model.writable
Methods in omix.plugin.model.writable with parameters of type Array Modifier and Type Method Description default Array<?>
Model. toWritable(Array<?> type)
-
Uses of Array in omix.plugin.model.writable.accessory
Subinterfaces of Array in omix.plugin.model.writable.accessory Modifier and Type Interface Description interface
Array<T extends Accessory>
Methods in omix.plugin.model.writable.accessory that return Array Modifier and Type Method Description Array<?>
Array. toReadOnly()
-
Uses of Array in omix.plugin.model.writable.accessory.annotation
Subinterfaces of Array in omix.plugin.model.writable.accessory.annotation Modifier and Type Interface Description interface
AnnotationArray<T extends DataAnnotation>
-
Uses of Array in omix.plugin.model.writable.accessory.trigger
Subinterfaces of Array in omix.plugin.model.writable.accessory.trigger Modifier and Type Interface Description interface
TriggerArray<T extends Trigger>