| Package | Description |
|---|---|
| org.dmd.templates.server.generated.dmw | |
| org.dmd.templates.server.generated.dsd | |
| org.dmd.templates.server.util |
| Modifier and Type | Method and Description |
|---|---|
Section |
SectionDMW.cloneIt() |
Section |
SectionDMW.getEndsWith() |
Section |
SectionDMW.getModificationRecorder() |
Section |
TdlModuleDMW.getSection(DotName name) |
Section |
TdlModuleDMW.getSectionDefinition(String name) |
Section |
SectionDMW.getStartsWith() |
Section |
ExtensionHookDMW.getUsesSection() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Section> |
TdlModuleDMW.getAllSection() |
Iterator<Section> |
TdlModuleDMW.getSectionDefinitionsByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
TdlModuleDMW.addSection(Section def) |
void |
TdlModuleDMW.deleteSection(Section def) |
void |
SectionDMW.setEndsWith(Section value)
Sets the endsWith to the specified value.
|
void |
SectionDMW.setStartsWith(Section value)
Sets the startsWith to the specified value.
|
void |
ExtensionHookDMW.setUsesSection(Section value)
Sets the usesSection to the specified value.
|
| Modifier and Type | Method and Description |
|---|---|
Section |
TdlModuleScopedInterface.getSection(DotName name) |
Section |
TdlModuleGlobalInterface.getSection(DotName name) |
Section |
TdlModuleDefinitionManager.getSection(DotName name) |
Section |
TdlModuleScopedInterface.getSectionDefinition(String name) |
Section |
TdlModuleGlobalInterface.getSectionDefinition(String name) |
Section |
TdlModuleDefinitionManager.getSectionDefinition(String name) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<Section> |
TdlModuleScopedInterface.getAllSection() |
Iterator<Section> |
TdlModuleGlobalInterface.getAllSection() |
Iterator<Section> |
TdlModuleDefinitionManager.getAllSection() |
Iterator<Section> |
TdlModuleScopedInterface.getSectionDefinitionsByName(String name) |
Iterator<Section> |
TdlModuleGlobalInterface.getSectionDefinitionsByName(String name) |
Iterator<Section> |
TdlModuleDefinitionManager.getSectionDefinitionsByName(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
TdlModuleScopedInterface.addSection(Section def) |
void |
TdlModuleGlobalInterface.addSection(Section def) |
void |
TdlModuleDefinitionManager.addSection(Section def) |
void |
TdlModuleScopedInterface.deleteSection(Section def) |
void |
TdlModuleGlobalInterface.deleteSection(Section def) |
void |
TdlModuleDefinitionManager.deleteSection(Section def) |
| Constructor and Description |
|---|
StaticAccessInfo(Section s) |
Copyright © 2023. All rights reserved.