|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVbaModule
Method Summary | |
---|---|
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. |
Method Detail |
---|
java.lang.String getName()
Name of the module.
Read-only String
.
java.lang.String getSourceCode()
Source code of the module.
Read/write String
.
void setSourceCode(java.lang.String value)
Source code of the module.
Read/write String
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |