public class Parameter extends ExtensionEntity
| Constructor and Description |
|---|
Parameter(String name,
TypeDefinition typeDefinition,
Path sourcesPath,
Path resourcesPath,
org.apache.velocity.VelocityContext context) |
| Modifier and Type | Method and Description |
|---|---|
void |
generate() |
List<String> |
getAllowedValues() |
String |
getDefaultValue() |
String |
getDisplayName() |
String |
getName() |
String |
getSummary() |
String |
getType() |
boolean |
isOptional() |
applyTemplate, getResourcesPathpublic Parameter(String name, TypeDefinition typeDefinition, Path sourcesPath, Path resourcesPath, org.apache.velocity.VelocityContext context)
public String getName()
public String getDisplayName()
public String getType()
public String getDefaultValue()
public String getSummary()
public boolean isOptional()
public void generate()
generate in class ExtensionEntityCopyright © 2019. All rights reserved.