Package groovy.lang
Class PropertyValue
java.lang.Object
groovy.lang.PropertyValue
A mutable view of a bean property value.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PropertyValue
Creates a property value view.- Parameters:
bean- the bean owning the propertymp- the property metadata
-
-
Method Details
-
getName
Returns the property name.- Returns:
- the property name
-
getType
Returns the property type.- Returns:
- the property type
-
getValue
Returns the current property value.- Returns:
- the property value
-
setValue
Sets the property value.- Parameters:
value- the new property value
-