Uses of Class
de.xima.fc.servlet.enums.ESameSiteValue
-
Packages that use ESameSiteValue Package Description de.xima.fc.servlet.enums -
-
Uses of ESameSiteValue in de.xima.fc.servlet.enums
Methods in de.xima.fc.servlet.enums that return ESameSiteValue Modifier and Type Method Description static ESameSiteValue
ESameSiteValue. valueOf(String name)
Returns the enum constant of this type with the specified name.static ESameSiteValue[]
ESameSiteValue. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-