Module datarush.library
Annotation Interface FunctionArgument
Sets properties for arguments of functions in the FunctionRegistry.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionClass<? extends ArgumentConverter>The converter to use for this argument.The description of this argument.The name of this argument. -
Field Summary
Fields
-
Field Details
-
DEFAULT_NAME
- See Also:
-
DEFAULT_DESCRIPTION
- See Also:
-
-
Element Details
-
name
String nameThe name of this argument.- Default:
- ""
-
converter
Class<? extends ArgumentConverter> converterThe converter to use for this argument. If unspecified, defaults toDefaultArgumentConverter.- Default:
- com.pervasive.datarush.functions.DefaultArgumentConverter.class
-
description
String descriptionThe description of this argument.- Default:
- ""
-