KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > daffodilwoods > database > sqlinitiator > _OrderWithTableInformation


1 package com.daffodilwoods.database.sqlinitiator;
2
3 import com.daffodilwoods.database.resource.DException;
4
5 public interface _OrderWithTableInformation extends _Order {
6   boolean isAdjustedOrder() throws DException;
7 }
8
Popular Tags