|
Oracle® OLAP Java API Reference 12c Release 1 (12.1) E17708-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
oracle.olapi.syntax.FunctionDescriptorArgument
oracle.olapi.syntax.FunctionDescriptorIdentifierArgument
public final class FunctionDescriptorIdentifierArgument
A FunctionDescriptorArgument for an function argument that is an IdentifierArgument.
| Field Summary | |
|---|---|
static int |
LOSSLESS_TYPEA constant that indicates that the return type depends on the return types of the expression or expressions on which the function operates. |
static int |
NO_EFFECTA constant that indicates that the argument has no effect on the return type of the function. |
| Method Summary | |
|---|---|
java.lang.String |
getArgumentName()Gets a name that describes the argument for the function description. |
int |
getReturnTypeEffect()Gets the value of one of the fields of this class, which indicates the effect of the argument on the return type of the function. |
| Methods inherited from class oracle.olapi.syntax.FunctionDescriptorArgument |
|---|
isOptional, isRepeated |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int NO_EFFECT
public static final int LOSSLESS_TYPE
| Method Detail |
|---|
public java.lang.String getArgumentName()
String that contains a name for the argument.public int getReturnTypeEffect()
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||