public static interface Person.PlacesLived implements Freezable<Person.PlacesLived>
Public Method Summary
abstract String |
getValue()
A place where this person has lived.
|
abstract boolean |
hasPrimary()
Indicates whether the "primary" field is explicitly set to a value.
|
abstract boolean |
hasValue()
Indicates whether the "value" field is explicitly set to a value.
|
abstract boolean |
isPrimary()
If "true", this place of residence is this person's primary residence.
|
Inherited Method Summary
Public Methods
public abstract String getValue ()
A place where this person has lived. For example: "Seattle, WA", "Near Toronto".
public abstract boolean hasPrimary ()
Indicates whether the "primary" field is explicitly set to a value.
public abstract boolean hasValue ()
Indicates whether the "value" field is explicitly set to a value.
public abstract boolean isPrimary ()
If "true", this place of residence is this person's primary residence.