Uses of Enum Class
de.cuioss.test.valueobjects.property.util.PropertyAccessStrategy
Packages that use PropertyAccessStrategy
Package
Description
-
Uses of PropertyAccessStrategy in de.cuioss.test.valueobjects.property
Methods in de.cuioss.test.valueobjects.property that return PropertyAccessStrategyModifier and TypeMethodDescriptionPropertyMetadata.getPropertyAccessStrategy()
Defines the way properties are to be written / read -
Uses of PropertyAccessStrategy in de.cuioss.test.valueobjects.property.impl
Methods in de.cuioss.test.valueobjects.property.impl with parameters of type PropertyAccessStrategyModifier and TypeMethodDescriptionPropertyMetadataImpl.PropertyMetadataBuilder.propertyAccessStrategy
(PropertyAccessStrategy propertyAccessStrategy) -
Uses of PropertyAccessStrategy in de.cuioss.test.valueobjects.property.util
Methods in de.cuioss.test.valueobjects.property.util that return PropertyAccessStrategyModifier and TypeMethodDescriptionstatic PropertyAccessStrategy
Returns the enum constant of this class with the specified name.static PropertyAccessStrategy[]
PropertyAccessStrategy.values()
Returns an array containing the constants of this enum class, in the order they are declared.