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

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

Fields in org.plasma.query.model declared as ProjectionNameType
protected  ProjectionNameType Projection.nameType
           
 

Methods in org.plasma.query.model that return ProjectionNameType
static ProjectionNameType ProjectionNameType.fromValue(String v)
           
 ProjectionNameType Projection.getNameType()
          Gets the value of the nameType property.
static ProjectionNameType ProjectionNameType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ProjectionNameType[] ProjectionNameType.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 ProjectionNameType
 void Projection.setNameType(ProjectionNameType value)
          Sets the value of the nameType property.
 



Copyright © 2014. All rights reserved.