Package com.iizix.prop
Class PropErrorItemOrigin
java.lang.Object
com.iizix.prop.PropErrorItemOrigin
Class used to hold both a property and a property error item.
- Author:
- Christopher Mindus
Field Summary
Constructor Summary
ConstructorDescriptionPropErrorItemOrigin
(GProp<?> property, IPropErrorItem errorItem) Constructor that assigns theproperty
anderrorItem
members.Method Summary
Field Details
property
The property.errorItem
The error item.reference
The cached reference name, null if not set.
Constructor Details
PropErrorItemOrigin
Constructor that assigns theproperty
anderrorItem
members.- Parameters:
property
- The property.errorItem
- The error item.
Method Details