Uses of Class
net.n2oapp.framework.api.metadata.global.view.widget.table.column.TriggerEnum
-
Packages that use TriggerEnum Package Description net.n2oapp.framework.api.metadata.global.view.widget.table.column -
-
Uses of TriggerEnum in net.n2oapp.framework.api.metadata.global.view.widget.table.column
Methods in net.n2oapp.framework.api.metadata.global.view.widget.table.column that return TriggerEnum Modifier and Type Method Description static TriggerEnumTriggerEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TriggerEnum[]TriggerEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.
-