KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > triactive > jdo > test > HasSCOFields


1 /*
2  * Copyright 2003 (C) TJDO.
3  * All rights reserved.
4  *
5  * This software is distributed under the terms of the TJDO License version 1.0.
6  * See the terms of the TJDO License in the documentation provided with this software.
7  *
8  * $Id: HasSCOFields.java,v 1.1 2003/11/26 22:58:20 jackknifebarber Exp $
9  */

10
11 package com.triactive.jdo.test;
12
13
14 public interface HasSCOFields
15 {
16     Object JavaDoc[] getSCOFieldValues();
17 }
18
Popular Tags