JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH:
Uses of Enum
de.knightsoftnet.validators.shared.data.FieldTypeEnum
Packages that use
FieldTypeEnum
Package
Description
de.knightsoftnet.validators.shared.data
this package contains interfaces for constants.
Uses of
FieldTypeEnum
in
de.knightsoftnet.validators.shared.data
Methods in
de.knightsoftnet.validators.shared.data
that return
FieldTypeEnum
Modifier and Type
Method
Description
static
FieldTypeEnum
FieldTypeEnum.
valueOf
(
String
name)
Returns the enum constant of this type with the specified name.
static
FieldTypeEnum
[]
FieldTypeEnum.
values
()
Returns an array containing the constants of this enum type, in the order they are declared.