| Package | Description |
|---|---|
| org.gedcomx.conclusion |
The conclusion model defines genealogical conclusion data.
|
| org.gedcomx.types |
The types model defines the standard set of types of genealogical data.
|
| Modifier and Type | Method and Description |
|---|---|
EventRoleType |
EventRole.getKnownType()
The enum referencing the known role type, or
OTHER if not known. |
| Modifier and Type | Method and Description |
|---|---|
void |
EventRole.setKnownType(EventRoleType knownType)
Set the role type from an enumeration of known role types.
|
EventRole |
EventRole.type(EventRoleType type)
Build up this role with a type.
|
| Modifier and Type | Method and Description |
|---|---|
static EventRoleType |
EventRoleType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static EventRoleType |
EventRoleType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EventRoleType[] |
EventRoleType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.