public @interface Parameter
Modifier and Type | Required Element and Description |
---|---|
String |
name
The name of the parameter.
|
String |
type
The type semantics of the String value.
|
Modifier and Type | Optional Element and Description |
---|---|
String |
defaultValue
The default value, if applicable.
|
String |
description
A description of the parameter.
|
String[] |
enumTitles
Titles of enumeration values.
|
String[] |
enumValues
Enumeration of acceptable values, if required.
|
boolean |
required
Whether the parameter is required.
|
ParameterSource |
source
The source of the parameter.
|
public abstract String name
public abstract String type
public abstract String defaultValue
public abstract String description
public abstract ParameterSource source
PATH
.public abstract boolean required
true
.public abstract String[] enumValues
public abstract String[] enumTitles
Copyright © 2010-2018, ForgeRock All Rights Reserved.