|
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
public abstract class FunctionDescriptorArgument
The abstract base for classes that represent descriptors for the arguments for a FunctionDescriptor. The subclasses of FunctionDescriptorArgument represent different types of arguments to an Expression function. Oracle OLAP creates FunctionDescriptorArgument objects when it creates FunctionDescriptor objects.
FunctionDescriptor| Method Summary | |
|---|---|
boolean |
isOptional()Indicates whether this FunctionDescriptorArgument represents an optional argument to the function. |
boolean |
isRepeated()Indicates whether this FunctionDescriptorArgument represents a repeated argument to the function. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public final boolean isOptional()
FunctionDescriptorArgument represents an optional argument to the function.boolean that is true if this FunctionDescriptorArgument is optional or false if it is not.public final boolean isRepeated()
FunctionDescriptorArgument represents a repeated argument to the function.boolean that is true if this is a repeated argument or false if it is not.
|
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||