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