Uses of Class
org.uberfire.experimental.definition.annotations.ExperimentalFeature.Scope
-
Packages that use ExperimentalFeature.Scope Package Description org.uberfire.experimental.definition.annotations -
-
Uses of ExperimentalFeature.Scope in org.uberfire.experimental.definition.annotations
Methods in org.uberfire.experimental.definition.annotations that return ExperimentalFeature.Scope Modifier and Type Method Description ExperimentalFeature.Scopescope()Scope of the ExperimentalFeature.static ExperimentalFeature.ScopeExperimentalFeature.Scope. valueOf(String name)Returns the enum constant of this type with the specified name.static ExperimentalFeature.Scope[]ExperimentalFeature.Scope. values()Returns an array containing the constants of this enum type, in the order they are declared.
-