public interface IParameter
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getDisplayName() |
String |
getExample() |
Map<String,String> |
getExamples() |
Object |
getInstance() |
boolean |
isArray()
Deprecated.
|
boolean |
isFacetArray(String facet)
Deprecated.
|
boolean |
isRepeat()
Deprecated.
|
boolean |
isRequired() |
boolean |
isScalar()
Deprecated.
|
boolean |
isStringArray()
Deprecated.
|
String |
message(String value) |
boolean |
validate(String value) |
void |
validate(String expectedKey,
Object values,
String parameterType) |
boolean isRequired()
String getDefaultValue()
@Deprecated boolean isRepeat()
@Deprecated boolean isArray()
boolean validate(String value)
void validate(String expectedKey, Object values, String parameterType) throws Exception
ExceptionString getDisplayName()
String getDescription()
String getExample()
Object getInstance()
@Deprecated boolean isStringArray()
@Deprecated boolean isScalar()
@Deprecated boolean isFacetArray(String facet)
Copyright © 2022. All rights reserved.