KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > mockobjects > atg > MockQueryExpression


1 package com.mockobjects.atg;
2 import atg.repository.*;/**
3  * Creation date: (06/04/2001 09:58:43)
4  * @author:
5  */

6 public class MockQueryExpression implements QueryExpression {
7
8     /**
9      * MockQueryExpression constructor comment.
10      */

11     public MockQueryExpression() {
12         super();
13     }
14
15     /**
16      * getQueryOperation method comment.
17      */

18     public String JavaDoc getQueryOperation() {
19         return null;
20     }
21
22     /**
23      * getQueryRepresentation method comment.
24      */

25     public String JavaDoc getQueryRepresentation() {
26         return null;
27     }
28 }
Popular Tags