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
FieldsConstructor Summary
ConstructorsConstructorDescriptionPropErrorItemOrigin(GProp<?> property, IPropErrorItem errorItem) Constructor that assigns thepropertyanderrorItemmembers.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 thepropertyanderrorItemmembers.- Parameters:
property- The property.errorItem- The error item.
Method Details