Uses of Class
de.neuland.jade4j.Jade4J.Mode
-
Packages that use Jade4J.Mode Package Description de.neuland.jade4j de.neuland.jade4j.template -
-
Uses of Jade4J.Mode in de.neuland.jade4j
Fields in de.neuland.jade4j declared as Jade4J.Mode Modifier and Type Field Description private Jade4J.Mode
JadeConfiguration. mode
Methods in de.neuland.jade4j that return Jade4J.Mode Modifier and Type Method Description Jade4J.Mode
JadeConfiguration. getMode()
static Jade4J.Mode
Jade4J.Mode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Jade4J.Mode[]
Jade4J.Mode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.neuland.jade4j with parameters of type Jade4J.Mode Modifier and Type Method Description void
JadeConfiguration. setMode(Jade4J.Mode mode)
-
Uses of Jade4J.Mode in de.neuland.jade4j.template
Methods in de.neuland.jade4j.template with parameters of type Jade4J.Mode Modifier and Type Method Description void
JadeTemplate. setMode(Jade4J.Mode mode)
-