home *** CD-ROM | disk | FTP | other *** search
/ Internet Magazine 2003 October / INTERNET108.ISO / pc / software / windows / building / xmlspy / xmlspyentcomplete5.exe / Data1.cab / _2358BC31B5A247DE9AD5701D1608C8DE < prev    next >
Encoding:
Text File  |  2003-04-03  |  500 b   |  21 lines

  1. /**
  2.  * SchemaType.java
  3.  *
  4.  * This file was generated by XMLSPY 5 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.