Uses of Class
org.pentaho.di.core.lifecycle.LifeEventInfo.State
-
Packages that use LifeEventInfo.State Package Description org.pentaho.di.core.lifecycle -
-
Uses of LifeEventInfo.State in org.pentaho.di.core.lifecycle
Methods in org.pentaho.di.core.lifecycle that return LifeEventInfo.State Modifier and Type Method Description LifeEventInfo.State
LifeEventInfo. getState()
static LifeEventInfo.State
LifeEventInfo.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static LifeEventInfo.State[]
LifeEventInfo.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.pentaho.di.core.lifecycle with parameters of type LifeEventInfo.State Modifier and Type Method Description void
LifeEventInfo. setState(LifeEventInfo.State state)
-