Uses of Class
de.mhus.lib.form.definition.FmDate.FORMATS
-
Packages that use FmDate.FORMATS Package Description de.mhus.lib.form.definition -
-
Uses of FmDate.FORMATS in de.mhus.lib.form.definition
Methods in de.mhus.lib.form.definition that return FmDate.FORMATS Modifier and Type Method Description static FmDate.FORMATSFmDate.FORMATS. valueOf(String name)Returns the enum constant of this type with the specified name.static FmDate.FORMATS[]FmDate.FORMATS. 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 FmDate.FORMATS Constructor Description FmDate(de.mhus.lib.basics.consts.Identifier ident, FmDate.FORMATS format, String title, String description, IDefAttribute... definitions)FmDate(String name, FmDate.FORMATS format, String title, String description, IDefAttribute... definitions)
-