gov.virginia.dcjs.schemas
Interface Column

All Superinterfaces:
ColumnType
All Known Implementing Classes:
ColumnImpl

public interface Column
extends ColumnType

Java content class for column element declaration. *

The following schema fragment specifies the expected content contained within this java content object. (defined at file:/home/jlorenti/recordset.xsd line 48) *

*

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


Methods inherited from interface gov.virginia.dcjs.schemas.ColumnType
getName, getValue, setName, setValue