Uses of Class
de.xima.fc.mdl.enums.EPlaceholderEscaper
-
Packages that use EPlaceholderEscaper Package Description de.xima.fc.annotations de.xima.fc.mdl.enums Commonly used enumeration that are mainly used in model classes. -
-
Uses of EPlaceholderEscaper in de.xima.fc.annotations
Methods in de.xima.fc.annotations that return EPlaceholderEscaper Modifier and Type Method Description EPlaceholderEscaper
syntax()
-
Uses of EPlaceholderEscaper in de.xima.fc.mdl.enums
Methods in de.xima.fc.mdl.enums that return EPlaceholderEscaper Modifier and Type Method Description static EPlaceholderEscaper
EPlaceholderEscaper. valueOf(String name)
Returns the enum constant of this type with the specified name.static EPlaceholderEscaper[]
EPlaceholderEscaper. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-