Package | Description |
---|---|
org.teiid.language |
Modifier and Type | Method and Description |
---|---|
Argument.Direction |
Argument.getDirection() |
static Argument.Direction |
Argument.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.
|
Modifier and Type | Method and Description |
---|---|
Argument |
LanguageFactory.createArgument(Argument.Direction direction,
Expression value,
Class<?> type,
ProcedureParameter metadataReference) |
void |
Argument.setDirection(Argument.Direction direction) |
Constructor and Description |
---|
Argument(Argument.Direction direction,
Class<?> type,
ProcedureParameter metadataObject)
Typical constructor for an out/return parameter
|
Argument(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
|
Copyright © 2013-2014 JBoss by Red Hat. All Rights Reserved.