Uses of Class
org.uberfire.commons.services.cdi.StartupType
-
Packages that use StartupType Package Description org.uberfire.commons.services.cdi -
-
Uses of StartupType in org.uberfire.commons.services.cdi
Methods in org.uberfire.commons.services.cdi that return StartupType Modifier and Type Method Description StartupTypevalue()Specifies which cohort this bean is initialized in.static StartupTypeStartupType. valueOf(String name)Returns the enum constant of this type with the specified name.static StartupType[]StartupType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-