Uses of Class
de.mhus.lib.form.definition.FmNumber.TYPES
-
Packages that use FmNumber.TYPES Package Description de.mhus.lib.form.definition -
-
Uses of FmNumber.TYPES in de.mhus.lib.form.definition
Methods in de.mhus.lib.form.definition that return FmNumber.TYPES Modifier and Type Method Description static FmNumber.TYPESFmNumber.TYPES. valueOf(String name)Returns the enum constant of this type with the specified name.static FmNumber.TYPES[]FmNumber.TYPES. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.mhus.lib.form.definition with parameters of type FmNumber.TYPES Constructor Description FmNumber(de.mhus.lib.basics.consts.Identifier ident, FmNumber.TYPES type, String title, String description, IDefAttribute... definitions)FmNumber(String name, FmNumber.TYPES type, IDefAttribute... definitions)FmNumber(String name, FmNumber.TYPES type, String title, String description, IDefAttribute... definitions)
-