Modifier and Type | Optional Element and Description |
---|---|
String |
description
The result description
|
String[] |
meta
Extra metadata values for this parameter which will be added into the
Parameter
metadata map. |
String |
name
The name of the result, defaults to "result"
|
boolean |
primary
If true, this is the primary result of the process
|
Class<?> |
type
The type of the result, needed only when there are multiple ones (since it cannot be desumed
from the process Map return type
|
public abstract String name
public abstract Class<?> type
public abstract String description
Copyright © 1996–2019 Geotools. All rights reserved.