Uses of Class
io.inugami.api.feature.FeatureContext.Status
-
Packages that use FeatureContext.Status Package Description io.inugami.api.feature -
-
Uses of FeatureContext.Status in io.inugami.api.feature
Methods in io.inugami.api.feature that return FeatureContext.Status Modifier and Type Method Description static FeatureContext.StatusFeatureContext.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static FeatureContext.Status[]FeatureContext.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.
-