Package com.aspose.tasks
Class VbaReference
- java.lang.Object
-
- com.aspose.tasks.VbaReference
-
- All Implemented Interfaces:
com.aspose.ms.System.IEquatable<VbaReference>
public final class VbaReference extends Object implements com.aspose.ms.System.IEquatable<VbaReference>
Represents a reference of the
VbaProject.
-
-
Constructor Summary
Constructors Constructor Description VbaReference()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(VbaReference other)Returns a value indicating whether this instance is equal to the specifiedVbaReferenceobject.booleanequals(Object obj)Returns a value indicating whether this instance is equal to the specifiedVbaReferenceobject.StringgetLibIdentifier()Gets identifier of the library.StringgetName()Gets name of VBA reference.inthashCode()Returns a hash code value for thisVbaReference.voidsetName(String value)Sets name of VBA reference.
-
-
-
Method Detail
-
equals
public final boolean equals(VbaReference other)
Returns a value indicating whether this instance is equal to the specified
VbaReferenceobject.- Parameters:
other- The specifiedVbaReferenceobject to compare with this instance.- Returns:
- Returns true if this instance is equal to the specified
VbaReferenceobject; otherwise, false.
-
equals
public boolean equals(Object obj)
Returns a value indicating whether this instance is equal to the specified
VbaReferenceobject.- Specified by:
equalsin interfacecom.aspose.ms.System.IEquatable<VbaReference>- Overrides:
equalsin classObject- Parameters:
obj- The specifiedVbaReferenceobject to compare with this instance.- Returns:
- Returns true if this instance is equal to the specified
VbaReferenceobject; otherwise, false.
-
getLibIdentifier
public final String getLibIdentifier()
Gets identifier of the library.
- Returns:
- identifier of the library.
-
getName
public final String getName()
Gets name of VBA reference.
- Returns:
- name of VBA reference.
-
setName
public final void setName(String value)
Sets name of VBA reference.
- Parameters:
value- name of VBA reference.
-
hashCode
public int hashCode()
Returns a hash code value for this
VbaReference.
-
-