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

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

Fields in org.plasma.query.model declared as SortDirectionValues
protected  SortDirectionValues Property.direction
           
 

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

Constructors in org.plasma.query.model with parameters of type SortDirectionValues
Property(String name, Path path, SortDirectionValues direction)
           
Property(String name, SortDirectionValues direction)
           
 



Copyright © 2013. All rights reserved.