public class TemplateParameter extends Object
Modifier and Type | Field and Description |
---|---|
static QName |
ATT_DEFAULT_Q |
static QName |
ATT_NAME_Q |
static QName |
ATT_OPTIONAL_Q |
static QName |
PARAMETER_Q |
Constructor and Description |
---|
TemplateParameter() |
Modifier and Type | Method and Description |
---|---|
Value |
getDefaultValue() |
String |
getName() |
boolean |
isOptional() |
void |
setDefaultValue(Value defaultValue) |
void |
setName(String name) |
void |
setOptional(boolean optional) |
Copyright © 2005-2017 Apache Software Foundation. All Rights Reserved.