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

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

Fields in org.plasma.query.model declared as FunctionValues
protected  FunctionValues Property.function
           
 

Methods in org.plasma.query.model that return FunctionValues
static FunctionValues FunctionValues.fromValue(java.lang.String v)
           
 FunctionValues Property.getFunction()
           
static FunctionValues FunctionValues.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static FunctionValues[] FunctionValues.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 FunctionValues
 void Property.setFunction(FunctionValues value)
           
 

Constructors in org.plasma.query.model with parameters of type FunctionValues
Property(java.lang.String name, FunctionValues function)
           
 



Copyright © 2013. All Rights Reserved.