Uses of Enum Class
adalid.core.enums.PropertyAccess
Packages that use PropertyAccess
-
Uses of PropertyAccess in adalid.core
Methods in adalid.core that return PropertyAccessModifier and TypeMethodDescriptionAbstractDataArtifact.getPropertyAccess()EntityCollection.getPropertyAccess()Methods in adalid.core with parameters of type PropertyAccessModifier and TypeMethodDescriptionprotected 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.enums
Methods in adalid.core.enums that return PropertyAccessModifier and TypeMethodDescriptionstatic PropertyAccessReturns the enum constant of this class with the specified name.static PropertyAccess[]PropertyAccess.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of PropertyAccess in adalid.core.interfaces
Methods in adalid.core.interfaces that return PropertyAccess