| Package | Description |
|---|---|
| org.jomc.tools.model |
Object management and configuration tools model classes.
|
| Modifier and Type | Field and Description |
|---|---|
protected List<TemplateParameterType> |
SourceSectionType.templateParameter |
protected List<TemplateParameterType> |
SourceFileType.templateParameter |
| Modifier and Type | Method and Description |
|---|---|
TemplateParameterType |
TemplateParameterType.clone()
Creates and returns a deep copy of this object.
|
TemplateParameterType |
ObjectFactory.createTemplateParameterType()
Create an instance of
TemplateParameterType |
TemplateParameterType |
SourceSectionType.getTemplateParameter(String name)
Gets a template parameter for a given name from the list of template parameters.
|
TemplateParameterType |
SourceFileType.getTemplateParameter(String name)
Gets a template parameter for a given name from the list of template parameters.
|
| Modifier and Type | Method and Description |
|---|---|
List<TemplateParameterType> |
SourceSectionType.getTemplateParameter()
Gets the value of the templateParameter property.
|
List<TemplateParameterType> |
SourceFileType.getTemplateParameter()
Gets the value of the templateParameter property.
|
| Constructor and Description |
|---|
TemplateParameterType(TemplateParameterType o)
Creates a new
TemplateParameterType instance by deeply copying a given TemplateParameterType instance. |
Copyright © 2005–2016 The JOMC Project. All rights reserved.