|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DataDependency
A data dependency is an immutable object representing an unresolved data dependency inside a parsed WAQL query. The object identity itself may be used to identify a single dependency, so do not clone or replicate such an object but pass it by reference instead.
Method Summary | |
---|---|
java.lang.Integer |
getIdentifier()
Returns the identifier of this data dependency as specified in the original WAQL query. |
java.lang.String |
getRequest()
Returns the textual representation of the request inside this data dependency as specified in the original WAQL query. |
Method Detail |
---|
java.lang.Integer getIdentifier()
null
instead.
null
if none was
specified.java.lang.String getRequest()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |