Uses of Class
omix.lang.annotation.util.Occurrence
Package | Description |
---|---|
omix.lang.annotation |
This package contains Java annotations used in OVL.
|
omix.lang.annotation.util |
This package contains utilities for OVL and Omix plugin development.
|
-
Uses of Occurrence in omix.lang.annotation
Methods in omix.lang.annotation that return Occurrence Modifier and Type Method Description Occurrence[]
value()
default Occurrence.LIST and Occurrence.SCENE -
Uses of Occurrence in omix.lang.annotation.util
Methods in omix.lang.annotation.util that return Occurrence Modifier and Type Method Description static Occurrence
Occurrence. valueOf(String name)
Returns the enum constant of this type with the specified name.static Occurrence[]
Occurrence. values()
Returns an array containing the constants of this enum type, in the order they are declared.