public class TemplateParam extends Object
Constructor and Description |
---|
TemplateParam(String parameterName,
boolean isMandatory,
Object defaultValue) |
Modifier and Type | Method and Description |
---|---|
Object |
getDefaultValue() |
String |
getName() |
boolean |
isMandatory() |
void |
setDefaultValue(Object defaultValue) |
void |
setMandatory(boolean mandatory) |
void |
setName(String name) |
Copyright © 2005–2024 Apache Software Foundation. All rights reserved.