Uses of Enum
org.apache.tapestry5.plastic.PropertyAccessType
Packages that use PropertyAccessType
Package
Description
Plastic, Tapestry's component class transformation library based on ASM
-
Uses of PropertyAccessType in org.apache.tapestry5.plastic
Methods in org.apache.tapestry5.plastic that return PropertyAccessTypeModifier and TypeMethodDescriptionstatic PropertyAccessType
Returns the enum constant of this type with the specified name.static PropertyAccessType[]
PropertyAccessType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tapestry5.plastic with parameters of type PropertyAccessTypeModifier and TypeMethodDescriptionPlasticField.createAccessors
(PropertyAccessType accessType) Creates access to the field, using the default property name derived from the name of the field.PlasticField.createAccessors
(PropertyAccessType accessType, String propertyName) Creates accessors, possibly replacing existing methods (or overriding methods from a super class).