Uses of Class
com.tetsuwantech.atom.web.authentication.RegisterModel.Human
-
Packages that use RegisterModel.Human Package Description com.tetsuwantech.atom.web.authentication -
-
Uses of RegisterModel.Human in com.tetsuwantech.atom.web.authentication
Methods in com.tetsuwantech.atom.web.authentication that return RegisterModel.Human Modifier and Type Method Description RegisterModel.Human
RegisterModel. getHuman()
static RegisterModel.Human
RegisterModel.Human. valueOf(String name)
Returns the enum constant of this type with the specified name.static RegisterModel.Human[]
RegisterModel.Human. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.tetsuwantech.atom.web.authentication with parameters of type RegisterModel.Human Modifier and Type Method Description void
RegisterModel. setHuman(RegisterModel.Human human)
-