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) boolean
Gets a collection of VbaModuleAttributeCollectiongetName()
Gets the name of the module.Gets a source code of the moduleint
hashCode()
void
setAttributes
(List<VbaModuleAttribute> attributes) void
void
setSourceCode
(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
-