Uses of Class
org.plasma.query.model.TextContent

Packages that use TextContent
org.plasma.query.model PlasmaSDO™ License This is a community release of PlasmaSDO™, a dual-license Service Data Object (SDO) 2.1 implementation. 
 

Uses of TextContent in org.plasma.query.model
 

Fields in org.plasma.query.model declared as TextContent
protected  TextContent Where.textContent
           
protected  TextContent Select.textContent
           
protected  TextContent OrderBy.textContent
           
protected  TextContent GroupBy.textContent
           
 

Methods in org.plasma.query.model that return TextContent
 TextContent ObjectFactory.createTextContent()
          Create an instance of TextContent
 TextContent Where.getTextContent()
          Gets the value of the textContent property.
 TextContent Select.getTextContent()
          Gets the value of the textContent property.
 TextContent OrderBy.getTextContent()
          Gets the value of the textContent property.
 TextContent GroupBy.getTextContent()
          Gets the value of the textContent property.
 

Methods in org.plasma.query.model with parameters of type TextContent
 void Where.setTextContent(TextContent value)
          Sets the value of the textContent property.
 void Select.setTextContent(TextContent value)
          Sets the value of the textContent property.
 void OrderBy.setTextContent(TextContent value)
          Sets the value of the textContent property.
 void GroupBy.setTextContent(TextContent value)
          Sets the value of the textContent property.
 



Copyright © 2013. All Rights Reserved.