Uses of Class
adalid.core.enums.PropertyAccess
-
Packages that use PropertyAccess Package Description adalid.core adalid.core.annotations adalid.core.enums adalid.core.interfaces -
-
Uses of PropertyAccess in adalid.core
Methods in adalid.core that return PropertyAccess Modifier and Type Method Description PropertyAccessAbstractDataArtifact. getPropertyAccess()PropertyAccessEntityCollection. getPropertyAccess()Methods in adalid.core with parameters of type PropertyAccess Modifier and Type Method Description protected voidAbstractDataArtifact. setPropertyAccess(PropertyAccess propertyAccess)voidEntityCollection. setPropertyAccess(PropertyAccess access)El método setPropertyAccess se utiliza para establecer el tipo de control de acceso de la colección. -
Uses of PropertyAccess in adalid.core.annotations
Methods in adalid.core.annotations that return PropertyAccess Modifier and Type Method Description PropertyAccessaccess()access especifica el tipo de control de acceso de la colección.PropertyAccessaccess()access especifica el tipo de control de acceso de la propiedad. -
Uses of PropertyAccess in adalid.core.enums
Methods in adalid.core.enums that return PropertyAccess Modifier and Type Method Description static PropertyAccessPropertyAccess. valueOf(String name)Returns the enum constant of this type with the specified name.static PropertyAccess[]PropertyAccess. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PropertyAccess in adalid.core.interfaces
Methods in adalid.core.interfaces that return PropertyAccess Modifier and Type Method Description PropertyAccessProperty. getPropertyAccess()
-