T
- public interface Parameter<T>
Modifier and Type | Method and Description |
---|---|
T |
getDefaultValue()
A default value for the parameter.
|
InternationalString |
getDescription()
Description of the parameter.
|
int |
getMaxOccurs()
The maximum number of occurrences of the parameter.
|
int |
getMinOccurs()
The minimum number of occurrences of the parameter.
|
String |
getName()
Name of the parameter.
|
InternationalString |
getTitle()
Title of the parameter.
|
Class<T> |
getType()
Type/class of the parameter.
|
Boolean |
isRequired()
Flag indicating if the parameter is required or not.
|
String getName()
InternationalString getTitle()
InternationalString getDescription()
Boolean isRequired()
int getMinOccurs()
int getMaxOccurs()
T getDefaultValue()
Copyright © 1996–2019 Geotools. All rights reserved.