Uses of Enum Class
de.rpgframework.genericrpg.Possible.State
Packages that use Possible.State
-
Uses of Possible.State in de.rpgframework.genericrpg
Subclasses with type arguments of type Possible.State in de.rpgframework.genericrpgMethods in de.rpgframework.genericrpg that return Possible.StateModifier and TypeMethodDescriptionPossible.getState()static Possible.StateReturns the enum constant of this class with the specified name.static Possible.State[]Possible.State.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.rpgframework.genericrpg with parameters of type Possible.StateConstructors in de.rpgframework.genericrpg with parameters of type Possible.StateModifierConstructorDescriptionPossible(Possible.State state, ToDoElement.Severity severity, de.rpgframework.MultiLanguageResourceBundle res, String key, Object... params) Possible(Possible.State state, String i18n)