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 SummaryFields
- Constructor SummaryConstructorsConstructorDescription- PropErrorItemOrigin- (GProp<?> property, IPropErrorItem errorItem) Constructor that assigns the- propertyand- errorItemmembers.
- Method Summary
- Field Details- propertyThe property.
- errorItemThe error item.
- referenceThe cached reference name, null if not set.
 
- Constructor Details- PropErrorItemOriginConstructor that assigns the- propertyand- errorItemmembers.- Parameters:
- property- The property.
- errorItem- The error item.
 
 
- Method Details