Package com.iizigo.event
Class QueryJavaReference
java.lang.Object
com.iizigo.event.QueryJavaReference
Class to wrap a property for the Query References message.
- Author:
- Christopher Mindus
Constructor Summary
ConstructorDescriptionQueryJavaReference
(IJavaElement javaElement, GProp<?> ref, GProp<?> source) Constructor for a Java element reference to a property.Method Summary
Constructor Details
QueryJavaReference
Constructor for a Java element reference to a property.- Parameters:
javaElement
- The Java element.ref
- The property being referenced.source
- The source property matching.- Throws:
NullPointerException
- IfjavaElement
is null.
Method Details
getSource
Gets the property.getReference
Gets the referenced property.getJavaElement
Gets the Java element being referenced.