Uses of Class
adalid.core.enums.AvatarShape
-
Packages that use AvatarShape Package Description adalid.core.annotations adalid.core.data.types adalid.core.enums -
-
Uses of AvatarShape in adalid.core.annotations
Methods in adalid.core.annotations that return AvatarShape Modifier and Type Method Description AvatarShapeavatarShape()avatarShape especifica la forma de la imagen cuando se utiliza como avatar. -
Uses of AvatarShape in adalid.core.data.types
Methods in adalid.core.data.types that return AvatarShape Modifier and Type Method Description AvatarShapeBinaryData. getAvatarShape()Methods in adalid.core.data.types with parameters of type AvatarShape Modifier and Type Method Description voidBinaryData. setAvatarShape(AvatarShape shape) -
Uses of AvatarShape in adalid.core.enums
Methods in adalid.core.enums that return AvatarShape Modifier and Type Method Description static AvatarShapeAvatarShape. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AvatarShape[]AvatarShape. values()Returns an array containing the constants of this enum type, in the order they are declared.
-