| Package | Description |
|---|---|
| edu.wright.hendrix11.familyTree.converter | |
| edu.wright.hendrix11.familyTree.entity.event | |
| edu.wright.hendrix11.familyTree.entity.place |
| Modifier and Type | Method and Description |
|---|---|
Place |
PlaceConverter.getAsPlace(String value) |
| Modifier and Type | Method and Description |
|---|---|
Place |
Event.getPlace()
Returns the place this event happened.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Event.setPlace(Place place)
Sets the place this event happened.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Cemetery |
class |
City |
class |
Country |
class |
County |
class |
State |
| Modifier and Type | Method and Description |
|---|---|
Place |
Place.getRegion()
Return the region of the place.
|
| Modifier and Type | Method and Description |
|---|---|
List<Place> |
Place.getPlaces()
Returns a list containing this place and all regions it is in.
|
Iterator<Place> |
Place.iterator()
Returns an iterator containing this place and all regions it is in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Place.setRegion(Place region)
Sets the region of the place.
|
Copyright © 2015 Joseph Hendrix