com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class PostalAddressCategory

  • All Implemented Interfaces:
    com.aspose.ms.System.IEquatable<PostalAddressCategory>


    public class PostalAddressCategory
    extends Object
    implements com.aspose.ms.System.IEquatable<PostalAddressCategory>

    Represents category for a postal address

    • Field Detail

      • HOME_VALUE

        public static final String HOME_VALUE

        String value for 'Home' category

      • WORK_VALUE

        public static final String WORK_VALUE

        String value for 'Work' category

      • CUSTOM_VALUE

        public static final String CUSTOM_VALUE

        String value for 'Custom' category

    • Constructor Detail

      • PostalAddressCategory

        public PostalAddressCategory(String description)

        Initializes a new instance of the PostalAddressCategory class with 'Custom' category.

        Parameters:
        description - Description for the 'Custom' category of a postal address
    • Method Detail

      • getHome

        public static PostalAddressCategory getHome()

        Defines a type of an address as a home address.

      • getWork

        public static PostalAddressCategory getWork()

        Defines a type of an address as a work address.

      • getCustom

        public static PostalAddressCategory getCustom()

        Defines a type of an address as an address of type other.

      • getValue

        public final String getValue()

        Gets category of a postal address

      • getDescription

        public final String getDescription()

        Gets description for the 'Custom' category of a postal address

      • toString

        public String toString()

        Returns a string that represents the current object.

        Overrides:
        toString in class Object
        Returns:
        Returns a string that represents the current object.
      • hashCode

        public int hashCode()

        GetHashCode returns a hash function for this object.

        Overrides:
        hashCode in class Object
        Returns:
        Returns a hash function for this object.
      • equals

        public boolean equals(Object obj)

        Determines whether the specified Object is equal to the current Object.

        Specified by:
        equals in interface com.aspose.ms.System.IEquatable<PostalAddressCategory>
        Overrides:
        equals in class Object
        Parameters:
        obj - The Object to compare with the current Object.
        Returns:
        Returns a boolean indicating if the passed in object obj is Equal to this.
      • op_Equality

        public static boolean op_Equality(PostalAddressCategory a,
                          PostalAddressCategory b)

        Determines whether the specified objects are equal.

        Parameters:
        a - First object to compare
        b - Second object to compare
        Returns:
        Returns true if objects are equal, otherwise false.
      • op_Inequality

        public static boolean op_Inequality(PostalAddressCategory a,
                            PostalAddressCategory b)

        Determines whether the specified objects are not equal.

        Parameters:
        a - First object to compare
        b - Second object to compare
        Returns:
        Returns true if objects are not equal, otherwise false.
      • equals

        public boolean equals(PostalAddressCategory other)

        Determines whether the specified object is equal to the current object.

        Parameters:
        other - The object to compare with the current object.
        Returns:
        true if the specified object is equal to the current object; otherwise, false.