@TypeMetadata(name="TemplateVariable", description="This is the class used to define the a TemplateVariable", version="1.0.0") @Change(version="1.0.0", description="First Version") public interface TemplateVariable extends PropertyElement
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
static String |
VARIABLE_DEFAULT_VALUE_PROPERTY |
static String |
VARIABLE_DESCRIPTION_PROPERTY |
static String |
VARIABLE_NAME_PROPERTY |
CLASS_PROPERTY, DATETIME_PATTERN, SUPERCLASSES_PROPERTY| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue() |
String |
getDescription() |
String |
getName() |
void |
setDefaultValue(String defaultValue) |
void |
setDescription(String description) |
void |
setName(String name) |
static final String NAME
static final String VARIABLE_NAME_PROPERTY
static final String VARIABLE_DESCRIPTION_PROPERTY
static final String VARIABLE_DEFAULT_VALUE_PROPERTY
@ISProperty(name="name", description="The name of the Query Template Variable.", readonly=true, mandatory=true, nullable=false) String getName()
void setName(String name)
@ISProperty(name="description", description="The description of the Query Template Variable.", readonly=false, mandatory=true, nullable=false) String getDescription()
void setDescription(String description)
@ISProperty(name="defaultValue", description="The default value of the Query Template Variable. The default value is used as is to the query. If the value needs quotation or escaping please include them to the default value", readonly=false, mandatory=true, nullable=false) String getDefaultValue()
void setDefaultValue(String defaultValue)
Copyright © 2022. All Rights Reserved.