Modifier and Type | Method and Description |
---|---|
PostalAddressCategory |
PostalAddress.getCategory()
Gets or sets an object category
|
static PostalAddressCategory |
PostalAddressCategory.getCustom()
Defines a type of an address as an address of type other.
|
static PostalAddressCategory |
PostalAddressCategory.getHome()
Defines a type of an address as a home address.
|
static PostalAddressCategory |
PostalAddressCategory.getWork()
Defines a type of an address as a work address.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PostalAddressCategory.equals(PostalAddressCategory other)
Determines whether the specified object is equal to the current object.
|
static boolean |
PostalAddressCategory.op_Equality(PostalAddressCategory a,
PostalAddressCategory b)
Determines whether the specified objects are equal.
|
static boolean |
PostalAddressCategory.op_Inequality(PostalAddressCategory a,
PostalAddressCategory b)
Determines whether the specified objects are not equal.
|
void |
PostalAddress.setCategory(PostalAddressCategory value)
Gets or sets an object category
|