| Package | Description |
|---|---|
| org.gedcomx.records |
The sources model.
|
| org.gedcomx.types |
The types model defines the standard set of types of genealogical data.
|
| Modifier and Type | Method and Description |
|---|---|
FieldValueStatusType |
FieldValue.getKnownStatus()
The known type of the field.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldValue.setKnownStatus(FieldValueStatusType status)
The type of the field.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldValueStatusType |
FieldValueStatusType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static FieldValueStatusType |
FieldValueStatusType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldValueStatusType[] |
FieldValueStatusType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.