Uses of Class
com.netgrif.application.engine.importer.model.ProcessEventType
-
Packages that use ProcessEventType Package Description com.netgrif.application.engine.importer.model -
-
Uses of ProcessEventType in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as ProcessEventType Modifier and Type Field Description protected ProcessEventTypeProcessEvent. typeMethods in com.netgrif.application.engine.importer.model that return ProcessEventType Modifier and Type Method Description static ProcessEventTypeProcessEventType. fromValue(java.lang.String v)ProcessEventTypeProcessEvent. getType()Gets the value of the type property.static ProcessEventTypeProcessEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ProcessEventType[]ProcessEventType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.netgrif.application.engine.importer.model with parameters of type ProcessEventType Modifier and Type Method Description voidProcessEvent. setType(ProcessEventType value)Sets the value of the type property.
-