Uses of Class
com.netgrif.application.engine.importer.model.EventType
-
Packages that use EventType Package Description com.netgrif.application.engine.importer.model -
-
Uses of EventType in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as EventType Modifier and Type Field Description protected EventTypeEvent. typeMethods in com.netgrif.application.engine.importer.model that return EventType Modifier and Type Method Description static EventTypeEventType. fromValue(java.lang.String v)EventTypeEvent. getType()Gets the value of the type property.static EventTypeEventType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static EventType[]EventType. 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 EventType Modifier and Type Method Description voidEvent. setType(EventType value)Sets the value of the type property.
-