public interface IVbaModule
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Name of the module.
|
java.lang.String |
getSourceCode()
Source code of the module.
|
void |
setSourceCode(java.lang.String value)
Source code of the module.
|