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
VbaModuleobject
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(VbaModuleAttribute other)Returns a value indicating whether this instance is equal to the specifiedVbaModuleAttributeobject.booleanequals(Object obj)Returns a value indicating whether this instance is equal to the specifiedVbaModuleAttributeobject.StringgetKey()Gets key of VBA module attribute.StringgetValue()Gets value of VBA module attribute.inthashCode()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
VbaModuleAttributeobject.- Parameters:
other- The specifiedVbaModuleAttributeobject to compare with this instance.- Returns:
- Returns true if this instance is equal to the specified
VbaModuleAttributeobject; otherwise, false.
-
equals
public boolean equals(Object obj)
Returns a value indicating whether this instance is equal to the specified
VbaModuleAttributeobject.- Specified by:
equalsin interfacecom.aspose.ms.System.IEquatable<VbaModuleAttribute>- Overrides:
equalsin classObject- Parameters:
obj- The specifiedVbaModuleAttributeobject to compare with this instance.- Returns:
- Returns true if this instance is equal to the specified
VbaModuleAttributeobject; 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.
-
-