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