com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class VbaReference



  • public class VbaReference
    extends Object

    Represents a reference of the VbaProject.

    • Constructor Detail

      • VbaReference

        public VbaReference()
    • Method Detail

      • equals

        public final boolean equals(VbaReference other)

        Returns a value indicating whether this instance is equal to the specified VbaReference object.

        Parameters:
        other - The specified VbaReference object to compare with this instance.
        Returns:
        Returns true if this instance is equal to the specified VbaReference object; otherwise, false.
      • equals

        public boolean equals(Object obj)

        Returns a value indicating whether this instance is equal to the specified VbaReference object.

        Overrides:
        equals in class Object
        Parameters:
        obj - The specified VbaReference object to compare with this instance.
        Returns:
        Returns true if this instance is equal to the specified VbaReference object; 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.

        Overrides:
        hashCode in class Object
        Returns:
        Returns a hash code value for this object.