Uses of Class
org.teiid.language.Argument.Direction
-
Packages that use Argument.Direction Package Description org.teiid.language -
-
Uses of Argument.Direction in org.teiid.language
Methods in org.teiid.language that return Argument.Direction Modifier and Type Method Description Argument.DirectionArgument. getDirection()static Argument.DirectionArgument.Direction. valueOf(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 Modifier and Type Method Description ArgumentLanguageFactory. createArgument(Argument.Direction direction, Expression value, Class<?> type, ProcedureParameter metadataReference)voidArgument. setDirection(Argument.Direction direction)Constructors in org.teiid.language with parameters of type Argument.Direction Constructor Description Argument(Argument.Direction direction, Class<?> type, ProcedureParameter metadataObject)Typical constructor for an out/return parameterArgument(Argument.Direction direction, Expression value, Class<?> type, ProcedureParameter metadataObject)Argument(Argument.Direction direction, Literal value, ProcedureParameter metadataObject)Typical constructor for an in/in out parameter
-