public interface ParameterDefinition
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getDefaultValue()
Returns the default value for the parameter.
|
java.lang.String |
getDescription()
Returns the human-readable description.
|
java.lang.String |
getLabel()
Returns the human-readable label.
|
java.lang.String |
getName()
Returns the parameter name.
|
java.lang.String |
getRole()
Returns the optional role of this parameter.
|
java.lang.String |
getType()
Returns the value type.
|
ValueConstraint |
getValueConstraint()
Returns the value constraint if specified or
null . |
boolean |
isArray()
Returns
true if this parameter represents an array of values. |
boolean |
isMap()
Returns
true if this parameter represents a map (hash table) of values. |
boolean |
isRequired()
Returns
true if a value has to be specified for this parameter. |
java.lang.String getName()
java.lang.String getLabel()
java.lang.String getDescription()
java.lang.String getType()
boolean isArray()
true
if this parameter represents an array of values.true
if this parameter represents an arrayboolean isMap()
true
if this parameter represents a map (hash table) of values.true
if this parameter represents a mapjava.lang.String getRole()
null
java.lang.Object getDefaultValue()
boolean isRequired()
true
if a value has to be specified for this parameter. This
is typically only needed for stringsValueConstraint getValueConstraint()
null
.null
(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.