@Retention(value=RUNTIME) @Target(value=PARAMETER) public @interface TeaParam
Annotation for the parameter of the operation. All operation parameters have to be annotated with TeaParam
or KeyParam
annotation.
TeaOperation
Modifier and Type | Fields and Description |
---|---|
static String |
AGENT_DEFAULT_VALUE |
static String |
ALIAS_DEFAULT_VALUE |
static String |
NULL_DEFAULT_VALUE |
Modifier and Type | Required Element and Description |
---|---|
String |
name
name of the argument
|
Modifier and Type | Optional Element and Description |
---|---|
String |
alias
Set alias name for the TeaParam.
|
String |
defaultValue
Set default value for the TeaParam.
|
String |
description
description of the argument
|
String |
developerNotes
Developer notes
|
com.tibco.tea.agent.internal.types.AgentParamUsage |
usage
Set the usage for the TeaParam.
|
public static final String AGENT_DEFAULT_VALUE
public static final String ALIAS_DEFAULT_VALUE
public static final String NULL_DEFAULT_VALUE
public abstract String name
public abstract String defaultValue
public abstract String description
public abstract String developerNotes
public abstract String alias
Copyright © 2022 Cloud Software Group, Inc.. All Rights Reserved.