home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 79 / IOPROG_79.ISO / soft / Tools / XMLSPYEnt2004 / XMLSPYEntComplete2004.exe / Data1.cab / _CB48AB12C9114A9387A9EF3D81B422F7 < prev    next >
Encoding:
Text File  |  2003-07-18  |  503 b   |  21 lines

  1. /**
  2.  * SchemaType.java
  3.  *
  4.  * This file was generated by XMLSPY 2004 Enterprise Edition.
  5.  *
  6.  * YOU SHOULD NOT MODIFY THIS FILE, BECAUSE IT WILL BE
  7.  * OVERWRITTEN WHEN YOU RE-RUN CODE GENERATION.
  8.  *
  9.  * Refer to the XMLSPY Documentation for further details.
  10.  * http://www.altova.com/xmlspy
  11.  */
  12.  
  13. package com.altova.xml.types;
  14.  
  15. import java.io.Serializable;
  16.  
  17. public interface SchemaType extends Cloneable, Comparable, Serializable {
  18.     public String toString();
  19.     public String asString();
  20. }
  21.