Uses of Class
adalid.core.enums.ResourceGender
-
Packages that use ResourceGender Package Description adalid.core adalid.core.annotations adalid.core.enums adalid.core.interfaces -
-
Uses of ResourceGender in adalid.core
Methods in adalid.core that return ResourceGender Modifier and Type Method Description ResourceGenderAbstractEntity. getResourceGender() -
Uses of ResourceGender in adalid.core.annotations
Methods in adalid.core.annotations that return ResourceGender Modifier and Type Method Description ResourceGenderresourceGender()resourceGender especifica el género gramatical de la entidad. -
Uses of ResourceGender in adalid.core.enums
Methods in adalid.core.enums that return ResourceGender Modifier and Type Method Description static ResourceGenderResourceGender. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceGender[]ResourceGender. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResourceGender in adalid.core.interfaces
Methods in adalid.core.interfaces that return ResourceGender Modifier and Type Method Description ResourceGenderEntity. getResourceGender()
-