| Modifier and Type | Method and Description |
|---|---|
IParameter |
clone() |
String |
getDescription()
Returns the description
|
String |
getFrom()
Returns the input to the generator
|
String |
getGeneratorName()
Returns the generator name which will use the value from 'getFrom' if set
|
String |
getName()
Returns the name of the parameter that is substituted in the template
|
String |
getValue()
Returns the value to use
|
boolean |
isRequired()
Returns true if parameter is required; false otherwise
|
void |
setValue(String value)
Sets the value to use
|
String getName()
String getDescription()
String getValue()
void setValue(String value)
String getGeneratorName()
String getFrom()
boolean isRequired()
IParameter clone()
Copyright © 2020 Red Hat, Inc. All Rights Reserved.