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

Packages that use QueryLanguageValues
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 QueryLanguageValues in org.plasma.query.model
 

Fields in org.plasma.query.model declared as QueryLanguageValues
protected  QueryLanguageValues TextContent.language
           
 

Methods in org.plasma.query.model that return QueryLanguageValues
static QueryLanguageValues QueryLanguageValues.fromValue(String v)
           
 QueryLanguageValues TextContent.getLanguage()
          Gets the value of the language property.
static QueryLanguageValues QueryLanguageValues.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static QueryLanguageValues[] QueryLanguageValues.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.plasma.query.model with parameters of type QueryLanguageValues
 void TextContent.setLanguage(QueryLanguageValues value)
          Sets the value of the language property.
 

Constructors in org.plasma.query.model with parameters of type QueryLanguageValues
TextContent(QueryLanguageValues language)
           
 



Copyright © 2013. All rights reserved.