Uses of Class
adalid.core.enums.ResourceType
-
Packages that use ResourceType Package Description adalid.core adalid.core.annotations adalid.core.enums adalid.core.interfaces -
-
Uses of ResourceType in adalid.core
Methods in adalid.core that return ResourceType Modifier and Type Method Description ResourceTypeAbstractEntity. getResourceType() -
Uses of ResourceType in adalid.core.annotations
Methods in adalid.core.annotations that return ResourceType Modifier and Type Method Description ResourceTyperesourceType()resourceType especifica el tipo de recurso de la entidad. -
Uses of ResourceType in adalid.core.enums
Methods in adalid.core.enums that return ResourceType Modifier and Type Method Description static ResourceTypeResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ResourceType[]ResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ResourceType in adalid.core.interfaces
Methods in adalid.core.interfaces that return ResourceType Modifier and Type Method Description ResourceTypeEntity. getResourceType()
-