Uses of Class
org.bremersee.dccon.model.AvatarDefault
-
-
Uses of AvatarDefault in org.bremersee.dccon.model
Methods in org.bremersee.dccon.model that return AvatarDefault Modifier and Type Method Description static AvatarDefault
AvatarDefault. fromValue(String value, AvatarDefault defaultAvatarDefault)
From value avatar default.static AvatarDefault
AvatarDefault. valueOf(String name)
Returns the enum constant of this type with the specified name.static AvatarDefault[]
AvatarDefault. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.bremersee.dccon.model with parameters of type AvatarDefault Modifier and Type Method Description static AvatarDefault
AvatarDefault. fromValue(String value, AvatarDefault defaultAvatarDefault)
From value avatar default.
-