Package com.aspose.tasks.cloud.model
Class VbaModule
java.lang.Object
com.aspose.tasks.cloud.model.VbaModule
Represents a vba module
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAttributesItem(VbaModuleAttribute attributesItem) attributes(List<VbaModuleAttribute> attributes) booleanGets a collection of VbaModuleAttributeCollectiongetName()Gets the name of the module.Gets a source code of the moduleinthashCode()voidsetAttributes(List<VbaModuleAttribute> attributes) voidvoidsetSourceCode(String sourceCode) sourceCode(String sourceCode) toString()
-
Constructor Details
-
VbaModule
public VbaModule()
-
-
Method Details
-
attributes
-
addAttributesItem
-
getAttributes
Gets a collection of VbaModuleAttributeCollection- Returns:
- attributes
-
setAttributes
-
name
-
getName
Gets the name of the module.- Returns:
- name
-
setName
-
sourceCode
-
getSourceCode
Gets a source code of the module- Returns:
- sourceCode
-
setSourceCode
-
equals
-
hashCode
public int hashCode() -
toString
-