|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FieldValueType | |
|---|---|
| org.gedcomx.records | The sources model. |
| org.gedcomx.types | The types model defines the standard set of types of genealogical data. |
| Uses of FieldValueType in org.gedcomx.records |
|---|
| Methods in org.gedcomx.records that return FieldValueType | |
|---|---|
FieldValueType |
FieldValue.getKnownType()
The known type of the field value. |
FieldValueType |
FieldValueDescriptor.getKnownType()
The known type of the field value. |
| Methods in org.gedcomx.records with parameters of type FieldValueType | |
|---|---|
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. |
| Uses of FieldValueType in org.gedcomx.types |
|---|
| Methods in org.gedcomx.types that return FieldValueType | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||