public class VbaReference extends Object
Represents a reference of the VbaProject
.
Constructor and Description |
---|
VbaReference() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns a value indicating whether this instance is equal to the specified
VbaReference object. |
boolean |
equals(VbaReference other)
Returns a value indicating whether this instance is equal to the specified
VbaReference object. |
String |
getLibIdentifier()
Gets identifier of the library.
|
String |
getName()
Gets name of VBA reference.
|
int |
hashCode()
Returns a hash code value for this
VbaReference . |
void |
setName(String value)
Sets name of VBA reference.
|
public final boolean equals(VbaReference other)
Returns a value indicating whether this instance is equal to the specified VbaReference
object.
other
- The specified VbaReference
object to compare with this instance.VbaReference
object; otherwise, false.public boolean equals(Object obj)
Returns a value indicating whether this instance is equal to the specified VbaReference
object.
equals
in class Object
obj
- The specified VbaReference
object to compare with this instance.VbaReference
object; otherwise, false.public final String getLibIdentifier()
Gets identifier of the library.
public final String getName()
Gets name of VBA reference.
public final void setName(String value)
Sets name of VBA reference.
value
- name of VBA reference.public int hashCode()
Returns a hash code value for this VbaReference
.