Uses of Class
adalid.core.enums.EntityViewType
-
Packages that use EntityViewType Package Description adalid.core adalid.core.annotations adalid.core.enums adalid.core.interfaces -
-
Uses of EntityViewType in adalid.core
Methods in adalid.core that return EntityViewType Modifier and Type Method Description EntityViewTypeAbstractEntity. getEntityViewType() -
Uses of EntityViewType in adalid.core.annotations
Methods in adalid.core.annotations that return EntityViewType Modifier and Type Method Description EntityViewTypeviewType()viewType especifica el tipo de vistas permitido para la entidad. -
Uses of EntityViewType in adalid.core.enums
Methods in adalid.core.enums that return EntityViewType Modifier and Type Method Description static EntityViewTypeEntityViewType. valueOf(String name)Returns the enum constant of this type with the specified name.static EntityViewType[]EntityViewType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of EntityViewType in adalid.core.interfaces
Methods in adalid.core.interfaces that return EntityViewType Modifier and Type Method Description EntityViewTypeEntity. getEntityViewType()
-