org.riverock.dbrevision.annotation.schema.db
Class DbView
java.lang.Object
org.riverock.dbrevision.annotation.schema.db.DbAbstractTable
org.riverock.dbrevision.annotation.schema.db.DbView
public class DbView
- extends DbAbstractTable
Java class for DbView complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="DbView">
<complexContent>
<extension base="{http://dbrevision.sourceforge.net/xsd/dbrevision-structure.xsd}DbAbstractTable">
<sequence>
<element name="Text" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
Method Summary |
String |
getText()
Gets the value of the text property. |
void |
setText(String value)
Sets the value of the text property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
text
protected String text
DbView
public DbView()
getText
public String getText()
- Gets the value of the text property.
- Returns:
- possible object is
String
setText
public void setText(String value)
- Sets the value of the text property.
- Parameters:
value
- allowed object is
String
Copyright © 2008 Riverock community. All Rights Reserved.