org.jcoderz.phoenix.sqlparser.jaxb
Interface Table

All Superinterfaces:
Element, TableType
All Known Implementing Classes:
TableImpl

public interface Table
extends Element, TableType

Java content class for table element declaration.

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/fawkez/dev/src/xml/schema/sql-transformer-metainf.xsd line 49)

 <element name="table">
   <complexType>
     <simpleContent>
       <extension base="<http://www.w3.org/2001/XMLSchema>string">
         <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}NMTOKEN" />
       </extension>
     </simpleContent>
   </complexType>
 </element>
 


Method Summary
 
Methods inherited from interface org.jcoderz.phoenix.sqlparser.jaxb.TableType
getName, getValue, isSetName, isSetValue, setName, setValue, unsetName, unsetValue
 



Copyright 2007 The jCoderZ Project.