org.spicefactory.pimento.type
Interface PropertyAware
- All Known Implementing Classes:
- MapType
public interface PropertyAware
Interface to be implemented by PropertyType classes that need a reference to the property they are applied to.
- Author:
- Jens Halm
|
Method Summary |
void |
setProperty(Property property)
Sets the property that this PropertyType instance is applied to. |
setProperty
void setProperty(Property property)
- Sets the property that this PropertyType instance is applied to.
- Parameters:
property - the property that this PropertyType instance is applied to