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 Function.name
           
 

Methods in org.plasma.query.model that return FunctionValues
static FunctionValues FunctionValues.fromValue(String v)
           
 FunctionValues Function.getName()
          Gets the value of the name property.
static FunctionValues FunctionValues.valueOf(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 Function.setName(FunctionValues value)
          Sets the value of the name property.
 

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



Copyright © 2014. All rights reserved.