| Modifier and Type | Required Element and Description |
|---|---|
String |
description
A brief description desribing what should be supplied as arguments.
|
String |
name
A short name of for the arguments.
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
defaultValue
The argument's default value.
|
String |
displayName
Returns a display name for the arguments.
|
boolean |
required
It is illegal to posistion a required argument after an optional one.
|
boolean |
requoteForSingleString
Whether to requote and escape strings when
applying remaining args to a single string value.
|
public static final String NULL
public abstract String name
This is a short name that should contain no spaces.
public abstract String description
public abstract String defaultValue
Copyright © 2019 Neeve Research, LLC. All Rights Reserved.