| 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 |
|---|---|
FieldValueType |
FieldValue.getKnownType()
The known type of the field value.
|
FieldValueType |
FieldValueDescriptor.getKnownType()
The known type of the field value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FieldValue.setKnownType(FieldValueType type)
The type of the field value.
|
void |
FieldValueDescriptor.setKnownType(FieldValueType type)
The type of the field value.
|
FieldValue |
FieldValue.type(FieldValueType type)
Build out this field value with a type.
|
| Modifier and Type | Method and Description |
|---|---|
static FieldValueType |
FieldValueType.fromQNameURI(URI qname)
Get the enumeration from the QName.
|
static FieldValueType |
FieldValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FieldValueType[] |
FieldValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2016. All rights reserved.