Package com.iizigo.event
Class QueryPropReference
java.lang.Object
com.iizigo.event.QueryPropReference
Class to define a reference to a property for the Query References message.
- Author:
- Christopher Mindus
- Constructor SummaryConstructorsConstructorDescription- QueryPropReference- (GProp<?> prop, int index, GProp<?> source) Constructor for an index-based multi-property reference.- QueryPropReference- (GProp<?> prop, GProp<?> source) Constructor for simple property reference.
- Method Summary
- Constructor Details- QueryPropReferenceConstructor for simple property reference.- Parameters:
- prop- The property being referenced by the source property.
- source- The source property.
- Throws:
- NullPointerException- If- propis null.
 
- QueryPropReferenceConstructor for an index-based multi-property reference.- Parameters:
- prop- The property being referenced by the source property.
- index- The index.
- source- The source property.
- Throws:
- NullPointerException- If- propor- sourceis null.
 
 
- Method Details- getPropGets the property.
- getSourceGets the property.
- getIndexpublic int getIndex()Gets the index, -1 for none.
- equalsChecks for two identical items.
- hashCodepublic int hashCode()Gets the hash code.