Uses of Class
adalid.core.enums.UrlType
-
Packages that use UrlType Package Description adalid.core.annotations adalid.core.data.types adalid.core.enums -
-
Uses of UrlType in adalid.core.annotations
Methods in adalid.core.annotations that return UrlType Modifier and Type Method Description UrlTypeurlType()urlType indica el tipo de URL.UrlTypeurlType()urlType indica el tipo de URL. -
Uses of UrlType in adalid.core.data.types
Methods in adalid.core.data.types that return UrlType Modifier and Type Method Description UrlTypeStringData. getUrlType()Methods in adalid.core.data.types with parameters of type UrlType Modifier and Type Method Description voidStringData. setUrlType(UrlType type) -
Uses of UrlType in adalid.core.enums
Methods in adalid.core.enums that return UrlType Modifier and Type Method Description static UrlTypeUrlType. valueOf(String name)Returns the enum constant of this type with the specified name.static UrlType[]UrlType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-