Package com.aspose.tasks
Class VbaModuleAttribute
- java.lang.Object
-
- com.aspose.tasks.VbaModuleAttribute
-
- All Implemented Interfaces:
com.aspose.ms.System.IEquatable<VbaModuleAttribute>
public class VbaModuleAttribute extends Object implements com.aspose.ms.System.IEquatable<VbaModuleAttribute>
The attribute of the
VbaModule
object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(VbaModuleAttribute other)
Returns a value indicating whether this instance is equal to the specifiedVbaModuleAttribute
object.boolean
equals(Object obj)
Returns a value indicating whether this instance is equal to the specifiedVbaModuleAttribute
object.String
getKey()
Gets key of VBA module attribute.String
getValue()
Gets value of VBA module attribute.int
hashCode()
Returns a hash code value for thisVbaModuleAttribute
.
-
-
-
Method Detail
-
equals
public final boolean equals(VbaModuleAttribute other)
Returns a value indicating whether this instance is equal to the specified
VbaModuleAttribute
object.- Parameters:
other
- The specifiedVbaModuleAttribute
object to compare with this instance.- Returns:
- Returns true if this instance is equal to the specified
VbaModuleAttribute
object; otherwise, false.
-
equals
public boolean equals(Object obj)
Returns a value indicating whether this instance is equal to the specified
VbaModuleAttribute
object.- Specified by:
equals
in interfacecom.aspose.ms.System.IEquatable<VbaModuleAttribute>
- Overrides:
equals
in classObject
- Parameters:
obj
- The specifiedVbaModuleAttribute
object to compare with this instance.- Returns:
- Returns true if this instance is equal to the specified
VbaModuleAttribute
object; otherwise, false.
-
getKey
public final String getKey()
Gets key of VBA module attribute.
- Returns:
- key of VBA module attribute.
-
getValue
public final String getValue()
Gets value of VBA module attribute.
- Returns:
- value of VBA module attribute.
-
hashCode
public int hashCode()
Returns a hash code value for this
VbaModuleAttribute
.
-
-