public interface TdlModuleScopedInterface
int getTdlDefinitionCount()
TdlDefinition getTdlDefinition(DotName name)
Iterator<TdlDefinition> getAllTdlDefinition()
void addContainedElement(ContainedElement def)
void deleteContainedElement(ContainedElement def)
int getContainedElementCount()
ContainedElement getContainedElement(DotName name)
Iterator<ContainedElement> getAllContainedElement()
ContainedElement getContainedElementDefinition(String name) throws DmcNameClashException, DmcValueException
Iterator<ContainedElement> getContainedElementDefinitionsByName(String name) throws DmcValueException
DmcValueExceptionint getContainedElementDefinitionCountByName(String name) throws DmcValueException
DmcValueExceptionvoid addExtensionHook(ExtensionHook def)
void deleteExtensionHook(ExtensionHook def)
int getExtensionHookCount()
ExtensionHook getExtensionHook(DotName name)
Iterator<ExtensionHook> getAllExtensionHook()
ExtensionHook getExtensionHookDefinition(String name) throws DmcNameClashException, DmcValueException
Iterator<ExtensionHook> getExtensionHookDefinitionsByName(String name) throws DmcValueException
DmcValueExceptionint getExtensionHookDefinitionCountByName(String name) throws DmcValueException
DmcValueExceptionvoid addSection(Section def)
void deleteSection(Section def)
int getSectionCount()
Section getSectionDefinition(String name) throws DmcNameClashException, DmcValueException
Iterator<Section> getSectionDefinitionsByName(String name) throws DmcValueException
DmcValueExceptionint getSectionDefinitionCountByName(String name) throws DmcValueException
DmcValueExceptionvoid addTextualArtifact(TextualArtifact def)
void deleteTextualArtifact(TextualArtifact def)
int getTextualArtifactCount()
TextualArtifact getTextualArtifact(DotName name)
Iterator<TextualArtifact> getAllTextualArtifact()
TextualArtifact getTextualArtifactDefinition(String name) throws DmcNameClashException, DmcValueException
Iterator<TextualArtifact> getTextualArtifactDefinitionsByName(String name) throws DmcValueException
DmcValueExceptionint getTextualArtifactDefinitionCountByName(String name) throws DmcValueException
DmcValueExceptionCopyright © 2023. All rights reserved.