public static interface Person.AgeRange implements Freezable<Person.AgeRange>
The age range of the person.
Public Method Summary
abstract int |
getMax()
The age range's upper bound, if any.
|
abstract int |
getMin()
The age range's lower bound, if any.
|
abstract boolean |
hasMax()
Indicates whether the "max" field is explicitly set to a value.
|
abstract boolean |
hasMin()
Indicates whether the "min" field is explicitly set to a value.
|
Inherited Method Summary
Public Methods
public abstract int getMax ()
The age range's upper bound, if any.
public abstract int getMin ()
The age range's lower bound, if any.
public abstract boolean hasMax ()
Indicates whether the "max" field is explicitly set to a value.
public abstract boolean hasMin ()
Indicates whether the "min" field is explicitly set to a value.