public static final class Person.RelationshipStatus extends Object
The person's relationship status.
Constant Summary
int | ENGAGED | Person is engaged. |
int | IN_A_RELATIONSHIP | Person is in a relationship. |
int | IN_CIVIL_UNION | Person is in a civil union. |
int | IN_DOMESTIC_PARTNERSHIP | Person is in a domestic partnership. |
int | ITS_COMPLICATED | The relationship is complicated. |
int | MARRIED | Person is married. |
int | OPEN_RELATIONSHIP | Person is in an open relationship. |
int | SINGLE | Person is single. |
int | WIDOWED | Person is widowed. |
Inherited Method Summary
Constants
public static final int ENGAGED
Person is engaged.
Constant Value: 2
public static final int IN_A_RELATIONSHIP
Person is in a relationship.
Constant Value: 1
public static final int IN_CIVIL_UNION
Person is in a civil union.
Constant Value: 8
public static final int IN_DOMESTIC_PARTNERSHIP
Person is in a domestic partnership.
Constant Value: 7
public static final int ITS_COMPLICATED
The relationship is complicated.
Constant Value: 4
public static final int MARRIED
Person is married.
Constant Value: 3
public static final int OPEN_RELATIONSHIP
Person is in an open relationship.
Constant Value: 5
public static final int SINGLE
Person is single.
Constant Value: 0
public static final int WIDOWED
Person is widowed.
Constant Value: 6