public final class FunctionDescriptorKeywordArgument extends FunctionDescriptorArgument
FunctionDescriptorArgument
for an function argument that is a KeywordArgument
.Modifier and Type | Method and Description |
---|---|
KeywordArgument |
getKeyword()
Gets the keyword that is the argument for the function description.
|
DataType |
getReturnDataType()
Gets the data type of the argument for the function description.
|
isOptional, isRepeated
public KeywordArgument getKeyword()
String
that contains the keyword for the argument.public DataType getReturnDataType()
DataType
that indicates the data type of the argument.