Uses of Class
org.teiid.language.Argument.Direction

Packages that use Argument.Direction
org.teiid.language   
 

Uses of Argument.Direction in org.teiid.language
 

Methods in org.teiid.language that return Argument.Direction
 Argument.Direction Argument.getDirection()
           
static Argument.Direction Argument.Direction.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Argument.Direction[] Argument.Direction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.teiid.language with parameters of type Argument.Direction
 Argument LanguageFactory.createArgument(Argument.Direction direction, Literal value, java.lang.Class<?> type, ProcedureParameter metadataReference)
           
 void Argument.setDirection(Argument.Direction direction)
           
 

Constructors in org.teiid.language with parameters of type Argument.Direction
Argument(Argument.Direction direction, Literal value, java.lang.Class<?> type, ProcedureParameter metadataObject)
           
 



Copyright © 2010. All Rights Reserved.